From 7e0d6610ece41d8e386541a1c0f11e533495aac0 Mon Sep 17 00:00:00 2001 From: Lubomir Dolezal <lubomir.bucek@eox.at> Date: Fri, 4 Feb 2022 10:48:42 +0100 Subject: [PATCH] remove kwargs from target config in ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86d91da..b12c4a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ integration-test: - export PREPROCESSOR_RESULTS_BUCKET=$(cat /proc/sys/kernel/random/uuid) - kubectl apply -f testing/pvc-redis.yaml # default timeout is 7 min, move to 7m for some leeway - - helm install my-helm-release . --wait --timeout 7m --values ./testing/values-testing.yaml --values "${SECRET_HELM_VALUES_TESTING}" --set global.storage.target.kwargs.container=${PREPROCESSOR_RESULTS_BUCKET} + - helm install my-helm-release . --wait --timeout 7m --values ./testing/values-testing.yaml --values "${SECRET_HELM_VALUES_TESTING}" --set global.storage.target.container=${PREPROCESSOR_RESULTS_BUCKET} - kubectl get po -A script: - cd testing && ./run_integration_test.sh -- GitLab