Loading jobs/kubectl_deploy/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ This job will deploy your YAML files to a Kubernetes cluster, the cluster can be * Job name: `kubectl_deploy` * Docker image: [`devth/helm:v3.5.4`](https://hub.docker.com/r/devth/helm) [`nekottyo/kustomize-kubeval:latest`](https://hub.docker.com/r/nekottyo/kustomize-kubeval) * Default stage: `deploy` * When: `manual`, only when running on default branch (`$CI_DEFAULT_BRANCH`). To update this behavior, see [job customization](https://r2devops.io/use-the-hub/#global) to override [`rules`](https://docs.gitlab.com/ee/ci/yaml/#rulesif) Loading jobs/kubectl_deploy/job.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ icon: 🌌 maintainer: moha-s license: Apache-2.0 images: devth/helm:v3.5.4 nekottyo/kustomize-kubeval:latest tools: labels: - GitLab Loading jobs/kubectl_deploy/kubectl_deploy.yml +3 −3 Original line number Diff line number Diff line Loading @@ -4,17 +4,17 @@ stages: - deploy kubectl_deploy: image: devth/helm:v3.5.4 image: nekottyo/kustomize-kubeval:latest stage: deploy variables: FILES_LOCATION: "" KUBECTL_OPTIONS: "" script: - kubectl apply -f $FILES_LOCATION $KUBECTL_OPTIONS >> output.log - kubectl apply -f $FILES_LOCATION $KUBECTL_OPTIONS | tee -a output.log environment: name: review/${CI_COMMIT_REF_SLUG} name: main/${CI_COMMIT_REF_SLUG} artifacts: expose_as: "Kubectl job output" Loading Loading
jobs/kubectl_deploy/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ This job will deploy your YAML files to a Kubernetes cluster, the cluster can be * Job name: `kubectl_deploy` * Docker image: [`devth/helm:v3.5.4`](https://hub.docker.com/r/devth/helm) [`nekottyo/kustomize-kubeval:latest`](https://hub.docker.com/r/nekottyo/kustomize-kubeval) * Default stage: `deploy` * When: `manual`, only when running on default branch (`$CI_DEFAULT_BRANCH`). To update this behavior, see [job customization](https://r2devops.io/use-the-hub/#global) to override [`rules`](https://docs.gitlab.com/ee/ci/yaml/#rulesif) Loading
jobs/kubectl_deploy/job.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ icon: 🌌 maintainer: moha-s license: Apache-2.0 images: devth/helm:v3.5.4 nekottyo/kustomize-kubeval:latest tools: labels: - GitLab Loading
jobs/kubectl_deploy/kubectl_deploy.yml +3 −3 Original line number Diff line number Diff line Loading @@ -4,17 +4,17 @@ stages: - deploy kubectl_deploy: image: devth/helm:v3.5.4 image: nekottyo/kustomize-kubeval:latest stage: deploy variables: FILES_LOCATION: "" KUBECTL_OPTIONS: "" script: - kubectl apply -f $FILES_LOCATION $KUBECTL_OPTIONS >> output.log - kubectl apply -f $FILES_LOCATION $KUBECTL_OPTIONS | tee -a output.log environment: name: review/${CI_COMMIT_REF_SLUG} name: main/${CI_COMMIT_REF_SLUG} artifacts: expose_as: "Kubectl job output" Loading