diff --git a/capif/templates/cd-deploy-ocf.gitlab-ci.yml b/capif/templates/cd-deploy-ocf.gitlab-ci.yml index e0bbbc44b215bc17dc88a4e52bdcb2c4032d5ca8..50f32d0a8058767462d8be4361818260f174eb38 100644 --- a/capif/templates/cd-deploy-ocf.gitlab-ci.yml +++ b/capif/templates/cd-deploy-ocf.gitlab-ci.yml @@ -138,7 +138,7 @@ deploy_ocf_staging: --set ocf-register.env.vaultPort=$VAULT_PORT \ --set ocf-register.env.mongoHost=mongo-register \ --set ocf-register.env.mongoPort=27017 \ - --set ocf-register.env.capifHostname=capif-$CI_COMMIT_REF_SLUG.$DOMAIN_STAGING \ + --set ocf-register.env.capifHostname=capif-$CI_COMMIT_REF_SLUG.$DOMAIN_STAGING \ --set ocf-register.ingress.enabled=true \ --set ocf-register.ingress.hosts[0].host=register-$CI_COMMIT_REF_SLUG.$DOMAIN_STAGING \ --set ocf-register.ingress.hosts[0].paths[0].path="/" \