diff --git a/capif/templates/cd-deploy-ocf.gitlab-ci.yml b/capif/templates/cd-deploy-ocf.gitlab-ci.yml index ebc2f69cfa719f9bffd7b0321461c54904ddb49a..edadb723a8a4e74c8a13894d1dee43bf4fc41516 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 \