From 73e7a710998a20a439595d0fe134b4b58831c953 Mon Sep 17 00:00:00 2001 From: Craig O'Donnell Date: Tue, 26 Sep 2023 13:28:39 -0400 Subject: [PATCH] fix pr test --- .github/workflows/build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index edf0d412c2..075047b22c 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -3274,7 +3274,7 @@ jobs: done # toggle the config option to exclude the conditional chart - ./bin/kots set config "$APP_SLUG" install_conditional_chart=false --deploy --namespace "$APP_SLUG" + ./bin/kots set config "$APP_SLUG" install_conditional_chart=0 --deploy --namespace "$APP_SLUG" # wait for my-conditional-chart-release to be uninstalled COUNTER=1