diff --git a/capif/templates/cd-deploy-ocf.gitlab-ci.yml b/capif/templates/cd-deploy-ocf.gitlab-ci.yml
index 452f8f81534c65144cd693db105de678a1f61633..a48b77b16d0471c1e8d88a0a14d34d9d89f9f3dc 100644
--- a/capif/templates/cd-deploy-ocf.gitlab-ci.yml
+++ b/capif/templates/cd-deploy-ocf.gitlab-ci.yml
@@ -239,7 +239,14 @@ deploy_ocf_dev:
       --set serviceApis.serviceApis.image.repository=$CI_REGISTRY/ocf/capif/$CI_COMMIT_REF_SLUG/ocf-discover-service-api \
       --set serviceApis.serviceApis.image.tag=$CI_COMMIT_REF_SLUG \
       --set nginx.nginx.image.repository=$CI_REGISTRY/ocf/capif/$CI_COMMIT_REF_SLUG/nginx \
-      --set nginx.nginx.image.tag=$CI_COMMIT_REF_SLUG --wait --timeout=10m --create-namespace --atomic
+      --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.env.vaultHostname=$VAULT_HOSTNAME \
+      --set helper.env.vaultPort=$VAULT_PORT \
+      --set helper.env.vaultAccessToken=$VAULT_ACCESS_TOKEN \
+      --set helper.env.capifHostname=capif-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV \
+      --wait --timeout=10m --create-namespace --atomic
 
 delete_ocf_dev:
   stage: delete_ocf_dev