Reduce indentation of allowedCidrs (#262)
* allowedCidrs is separate from loadBalancerProvider but was being rendered as child of that key.
This commit is contained in:
parent
121ce30dde
commit
c5444c6737
@ -45,12 +45,12 @@ spec:
|
||||
enabled: true
|
||||
{{- if .loadBalancerProvider }}
|
||||
provider: {{ .loadBalancerProvider }}
|
||||
{{- if .allowedCidrs }}
|
||||
{{- end }}
|
||||
{{- if .allowedCidrs }}
|
||||
allowedCidrs:
|
||||
{{- range .allowedCidrs }}
|
||||
- {{ . }}
|
||||
{{- end}}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user