From fb2c6d212523d2f0ed9ddccfce4e1d5102424bad Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Thu, 6 Mar 2025 14:23:08 -0800 Subject: [PATCH] fix typo from previous commit: use --data-value-yaml --- .../shared-helpers/prepare-cluster-for-integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/shared-helpers/prepare-cluster-for-integration-tests.sh b/pipelines/shared-helpers/prepare-cluster-for-integration-tests.sh index de5b347d6..7c754434c 100755 --- a/pipelines/shared-helpers/prepare-cluster-for-integration-tests.sh +++ b/pipelines/shared-helpers/prepare-cluster-for-integration-tests.sh @@ -612,7 +612,7 @@ if [[ "${DEPLOY_TEST_TOOLS:-no}" == "yes" ]]; then tools_optional_ytt_values=() if [[ "${USE_LOAD_BALANCERS_FOR_DEX_AND_SUPERVISOR:-no}" == "yes" ]]; then tools_optional_ytt_values+=("--data-value=dex_issuer_hostname=${dex_loadbalancer_public_ip_or_hostname}") - tools_optional_ytt_values+=("--data-value=deploy_proxy=false") + tools_optional_ytt_values+=("--data-value-yaml=deploy_proxy=false") fi echo "Deploying Tools to the cluster..."