Skip to content

Commit

Permalink
Add disableChallenges to frontend configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
harryttd committed Aug 23, 2023
1 parent 769846b commit 114a42f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/tezos-faucet/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 114a42f

Please sign in to comment.