apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

hostNetwork is defined twice in the apisix-2.4.0 chart

Open atamgp opened this issue 1 year ago • 1 comments

link

{{- if .Values.hostNetwork }}
      hostNetwork: true
      dnsPolicy: ClusterFirstWithHostNet
{{- end }}
hostNetwork: {{ .Values.hostNetwork }}

atamgp avatar Dec 05 '23 08:12 atamgp