From 9755ae6c62900952fe7c2e4be899047fbc92374e Mon Sep 17 00:00:00 2001 From: Evan Rush <35775252+rushyrush@users.noreply.github.com> Date: Sun, 3 Dec 2023 11:44:44 -0600 Subject: [PATCH] helm boolean fix --- ci/helm-chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/helm-chart/values.yaml b/ci/helm-chart/values.yaml index 4d666c4ef048..d2702e5dcfad 100644 --- a/ci/helm-chart/values.yaml +++ b/ci/helm-chart/values.yaml @@ -71,7 +71,7 @@ extraArgs: [] # Optional additional environment variables extraVars: [] # - name: DISABLE_TELEMETRY -# value: true +# value: "true" # - name: DOCKER_HOST # value: "tcp://localhost:2375"