Skip to content
Snippets Groups Projects
Commit ed3bc06b authored by richard.petersen's avatar richard.petersen :sailboat:
Browse files

Fix kubernetes ressource path

parent 15b00515
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,5 @@ variables:
deploy helm chart:
extends: .auto-deploy-helm-chart
after_script:
- envsubst < .gitlab-ci/kubernetes-resources.yaml > tmp-k8s-resources.yaml
- envsubst < .gitlab/autodeploy/kubernetes-resources.yaml > tmp-k8s-resources.yaml
- kubectl apply -f tmp-k8s-resources.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment