-
- Downloads
feat: add defaults to improve k8s agent experience
- Set KUBE_NAMESPACE to a sensible default unless present, because this variable is not always set by the CI/CD tunnel. - Use KUBE_CONTEXT if present. This makes it possible for YAML-less Auto DevOps users to use the agent. Part of gitlab-org/gitlab#299350
Showing
- .gitlab/ci/test.gitlab-ci.yml 31 additions, 31 deletions.gitlab/ci/test.gitlab-ci.yml
- doc/api.md 2 additions, 1 deletiondoc/api.md
- src/bin/auto-deploy 20 additions, 2 deletionssrc/bin/auto-deploy
- test/verify-application-secret 2 additions, 2 deletionstest/verify-application-secret
- test/verify-deployment-database 3 additions, 3 deletionstest/verify-deployment-database
Please register or sign in to comment