mirror of https://git.rancher.io/rke2-charts
Match Multus ConfigMap name in DaemonSet
Signed-off-by: Micke Lisinge <hi@micke.me>pull/526/head
parent
91bb126433
commit
dc2a4324e8
|
@ -117,7 +117,7 @@ spec:
|
|||
mountPath: /host/opt/cni/bin
|
||||
{{- if .Values.manifests.configMap }}
|
||||
- name: multus-cfg
|
||||
mountPath: /tmp/multus-conf/00-multus.conf.template
|
||||
mountPath: /tmp/multus-conf/00-multus.conf
|
||||
subPath: "cni-conf.json"
|
||||
{{- end }}
|
||||
volumes:
|
||||
|
@ -130,6 +130,6 @@ spec:
|
|||
{{- if .Values.manifests.configMap }}
|
||||
- name: multus-cfg
|
||||
configMap:
|
||||
name: {{ .Release.Name }}-{{ .Chart.Name }}-{{ .Chart.Version }}-config
|
||||
name: {{ .Release.Name }}-{{ .Chart.Version }}-config
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
url: local
|
||||
workingDir: charts
|
||||
packageVersion: 01
|
||||
packageVersion: 02
|
||||
|
|
Loading…
Reference in New Issue