fix values.prod.yaml

This commit is contained in:
Sergey Bondarev
2021-12-14 20:40:06 +03:00
parent 7a3f63212c
commit c349fe3602
@@ -84,6 +84,7 @@ deploy:prod:
- kubectl config set-context ci --cluster=k8s --user=ci
- kubectl config use-context ci
- helm upgrade --install xpaste .helm
-f .helm/values.prod.yaml
--set image=$CI_REGISTRY_IMAGE
--set imageTag=$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
--debug