Skip to content

Commit

Permalink
Update charts/tezos/templates/_helpers.tpl
Browse files Browse the repository at this point in the history
Co-authored-by: Aryeh Harris <harryttd@users.noreply.github.com>
  • Loading branch information
nicolasochem and harryttd authored Nov 6, 2023
1 parent fd58c59 commit be05447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tezos/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ metadata:
{{- /* Ensure all keys are defined in accounts and fail otherwise */}}
{{- $allAuthorizedKeys = uniq $allAuthorizedKeys }}
{{- range $key := $allAuthorizedKeys }}
{{- if not (index $.Values.accounts $key) }}
{{- if not (index $.Values.accounts $key "key") }}
{{- fail (printf "Authorized key '%s' is not defined in accounts." $key) }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit be05447

Please sign in to comment.