Skip to content

Commit

Permalink
simplify enumeration
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Oct 24, 2023
1 parent ec63d9c commit 0ef9f7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions charts/tezos-signer-forwarder/templates/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{{- range .Values.signers }}
{{- $name := .name }}
{{- $signers := . }}
{{- range $i := until (len .endpoints) }}
{{- $endpoint := index $signers.endpoints $i }}
{{- range $i, $endpoint := .endpoints }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down

0 comments on commit 0ef9f7d

Please sign in to comment.