Skip to content

Commit

Permalink
Remove old webhookIndex variable
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynashduco committed Mar 11, 2022
1 parent c1f3ca7 commit f2245a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ webhooks:
sideEffects: None
timeoutSeconds: 5
{{- range .Values.webhooks }}
{{- template "kubemod.webhook" (merge (dict "webhookIndex" $webhookIndex) (dict "webhook" .) $ ) }}
{{- template "kubemod.webhook" (merge (dict "webhook" .) $ ) }}
{{- end }}

0 comments on commit f2245a1

Please sign in to comment.