use static namespace

This commit is contained in:
alexandra catalina 2024-03-27 20:33:51 -07:00
parent 2ea12b845b
commit 1e91b90059

View file

@ -20,7 +20,7 @@ steps:
commands:
- *kubectl_setup
- helm dependency update chart
- helm upgrade --install --set image.tag="$CI_COMMIT_SHA" --namespace garbage garbage-world chart --atomic
- helm upgrade --install --set image.tag="$CI_COMMIT_SHA" --namespace static garbage-world chart --atomic
secrets: [KUBEAUTH]
depends_on: