fix: fix loadbalancer annotations for hel1 ingress
This commit is contained in:
@@ -71,6 +71,10 @@ controller:
|
||||
{{- else }}
|
||||
type: ClusterIP
|
||||
{{- end }}
|
||||
annotations:
|
||||
{{- with .Values.nginx.annotations }}
|
||||
{{ toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
||||
hostNetwork: {{ .Values.clusterConfig.ingress_hostnetwork }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user