From 8e59dfeecdc2f619cbdf3b5cb4b4db6981c0aa15 Mon Sep 17 00:00:00 2001 From: andresanaya21 <alvaroandres.anayaamariles@telefonica.com> Date: Tue, 4 Jun 2024 15:19:44 +0200 Subject: [PATCH] \ --- capif/templates/cd-deploy-ocf.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capif/templates/cd-deploy-ocf.gitlab-ci.yml b/capif/templates/cd-deploy-ocf.gitlab-ci.yml index ebc2f69..edadb72 100644 --- a/capif/templates/cd-deploy-ocf.gitlab-ci.yml +++ b/capif/templates/cd-deploy-ocf.gitlab-ci.yml @@ -100,7 +100,7 @@ deploy_ocf_staging: --set nginx.nginx.image.repository=$CI_REGISTRY/ocf/capif/$CI_COMMIT_REF_SLUG/nginx \ --set nginx.nginx.image.tag=$CI_COMMIT_REF_SLUG \ --set helper.image.repository=$CI_REGISTRY/ocf/capif/$CI_COMMIT_REF_SLUG/helper \ - --set helper.image.tag=$CI_COMMIT_REF_SLUG\ + --set helper.image.tag=$CI_COMMIT_REF_SLUG \ --set helper.env.vaultHostname=$VAULT_HOSTNAME \ --set helper.env.vaultPort=$VAULT_PORT \ --set helper.env.vaultAccessToken=$VAULT_ACCESS_TOKEN \ -- GitLab