From 24ecef2d9aae217c7116f229b9babeb5c4c86c84 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler Date: Wed, 5 Feb 2020 12:29:57 +0100 Subject: [PATCH] trying in double quotes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f972b67c..8196bca0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,7 +134,7 @@ stop_review: - auto-deploy delete rollout - auto-deploy persist_environment_url variables: - HELM_UPGRADE_EXTRA_ARGS: --set service.additionalHosts[0]=www.metager3.de + HELM_UPGRADE_EXTRA_ARGS: "--set service.additionalHosts[0]=www.metager3.de" HELM_UPGRADE_VALUES_FILE: .gitlab/development-values.yaml ROLLOUT_RESOURCE_TYPE: deployment environment: -- GitLab