From 114a42fb7c5d13edab7ef4ebd8dd266fee75bb74 Mon Sep 17 00:00:00 2001 From: Aryeh Harris Date: Tue, 22 Aug 2023 20:30:47 -0400 Subject: [PATCH] Add disableChallenges to frontend configmap --- charts/tezos-faucet/templates/configmap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/tezos-faucet/templates/configmap.yaml b/charts/tezos-faucet/templates/configmap.yaml index c0913af74..80d209f38 100644 --- a/charts/tezos-faucet/templates/configmap.yaml +++ b/charts/tezos-faucet/templates/configmap.yaml @@ -11,6 +11,7 @@ data: {{- $newProfiles = set $newProfiles $key (pick $value "amount" "profile") }} {{- end }} {{- $_ := set .Values.config.application "profiles" $newProfiles }} +{{- $_ := set .Values.config.application "disableChallenges" .Values.disableChallenges }} {{ .Values.config | mustToPrettyJson | indent 4 }} --- {{- end }}