Merge "Ingress: Update config to be compatible with k8s schema validation"
This commit is contained in:
commit
0267c8fa77
@ -24,6 +24,10 @@ limitations under the License.
|
||||
{{- if empty (index .Values.conf.ingress "bind-address") -}}
|
||||
{{- $_ := set .Values.conf.ingress "bind-address" ( .Values.network.vip.addr | split "/" )._0 }}
|
||||
{{- end -}}
|
||||
{{- else -}}
|
||||
{{- if empty (index .Values.conf.ingress "bind-address") -}}
|
||||
{{- $_ := unset .Values.conf.ingress "bind-address" }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
---
|
||||
|
Loading…
x
Reference in New Issue
Block a user