From a2f4378a3c7c3f64f5dd8898982ab74a4fad7419 Mon Sep 17 00:00:00 2001 From: Sergey Bondarev Date: Tue, 14 Dec 2021 20:55:16 +0300 Subject: [PATCH] add prod helm values --- practice/22.ci-cd.p2/4.deploy/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/practice/22.ci-cd.p2/4.deploy/.gitlab-ci.yml b/practice/22.ci-cd.p2/4.deploy/.gitlab-ci.yml index 66af2ce..bc02db6 100644 --- a/practice/22.ci-cd.p2/4.deploy/.gitlab-ci.yml +++ b/practice/22.ci-cd.p2/4.deploy/.gitlab-ci.yml @@ -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