From fe83daf50b29155111053e35e8675ab9db75c93a Mon Sep 17 00:00:00 2001 From: Kirill Andrusyak Date: Mon, 3 Jul 2023 20:58:43 +0000 Subject: [PATCH] fix mistake --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1f267f..22908ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ deploy-job: - master script: - export $(xargs < deploy/.env) - - envsubst < deploy/values.template.yaml >values.yaml + - envsubst < deploy/values.template.yaml > deploy/values.yaml - kubectl version - helm upgrade --install astra-api-gateway deploy - kubectl rollout restart deploy/astra-api-gateway