From 477408d1990fe295588bdc1523ca3e2d87f88322 Mon Sep 17 00:00:00 2001 From: andresanaya21 <alvaroandres.anayaamariles@telefonica.com> Date: Fri, 14 Jun 2024 12:21:17 +0200 Subject: [PATCH] ocf-pre-staging env ocf-register --- 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 e0bbbc4..50f32d0 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="/" \ -- GitLab