Reduce indentation of allowedCidrs (#262)

* allowedCidrs is separate from loadBalancerProvider but was being
  rendered as child of that key.
This commit is contained in:
William Travis Holton 2024-02-19 09:59:47 +13:00 committed by GitHub
parent 121ce30dde
commit c5444c6737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,12 +45,12 @@ spec:
enabled: true
{{- if .loadBalancerProvider }}
provider: {{ .loadBalancerProvider }}
{{- if .allowedCidrs }}
{{- end }}
{{- if .allowedCidrs }}
allowedCidrs:
{{- range .allowedCidrs }}
- {{ . }}
{{- end}}
{{- end }}
{{- end }}
{{- end }}