apache/apisix-helm-chart

hostNetwork is defined twice in the apisix-2.4.0 chart

atamgp opened this issue · 1 comments

atamgp commented

link

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

there is a pr which wants to fix this. #685