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: [`nekottyo/kustomize-kubeval:latest`](https://hub.docker.com/r/nekottyo/kustomize-kubeval) [`devth/helm:v3.5.4`](https://hub.docker.com/r/devth/helm/) * 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: nekottyo/kustomize-kubeval:latest devth/helm:v3.5.4 tools: labels: - GitLab Loading jobs/kubectl_deploy/kubectl_deploy.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: - deploy kubectl_deploy: image: nekottyo/kustomize-kubeval:latest image: devth/helm:v3.5.4 stage: deploy variables: FILES_LOCATION: "" Loading @@ -14,7 +14,7 @@ kubectl_deploy: - kubectl apply -f $FILES_LOCATION $KUBECTL_OPTIONS | tee -a output.log environment: name: main/${CI_COMMIT_REF_SLUG} name: ${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: [`nekottyo/kustomize-kubeval:latest`](https://hub.docker.com/r/nekottyo/kustomize-kubeval) [`devth/helm:v3.5.4`](https://hub.docker.com/r/devth/helm/) * 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: nekottyo/kustomize-kubeval:latest devth/helm:v3.5.4 tools: labels: - GitLab Loading
jobs/kubectl_deploy/kubectl_deploy.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: - deploy kubectl_deploy: image: nekottyo/kustomize-kubeval:latest image: devth/helm:v3.5.4 stage: deploy variables: FILES_LOCATION: "" Loading @@ -14,7 +14,7 @@ kubectl_deploy: - kubectl apply -f $FILES_LOCATION $KUBECTL_OPTIONS | tee -a output.log environment: name: main/${CI_COMMIT_REF_SLUG} name: ${CI_COMMIT_REF_SLUG} artifacts: expose_as: "Kubectl job output" Loading