Skip to content

Commit

Permalink
Fixed incorrectly rendered chart when specified both configMap and cu…
Browse files Browse the repository at this point in the history
…stomConf

Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
  • Loading branch information
marseel authored and joestringer committed May 4, 2023
1 parent 45577a9 commit 718f180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/kubernetes/cilium/templates/cilium-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ data:
{{- if .Values.cni.configMap }}
read-cni-conf: {{ .Values.cni.confFileMountPath }}/{{ .Values.cni.configMapKey }}
{{- if .Values.cni.customConf }}
{{- /* legacy: v1.13 and before needed cni.customConf: true with cni.configMap */ -}}
# legacy: v1.13 and before needed cni.customConf: true with cni.configMap
write-cni-conf-when-ready: {{ .Values.cni.hostConfDirMountPath }}/05-cilium.conflist
{{- end }}
{{- else if .Values.cni.readCniConf }}
Expand Down

0 comments on commit 718f180

Please sign in to comment.