Match Multus ConfigMap name in DaemonSet

Signed-off-by: Micke Lisinge <hi@micke.me>
pull/526/head
Micke Lisinge 2024-09-23 22:03:37 +02:00
parent 91bb126433
commit dc2a4324e8
No known key found for this signature in database
GPG Key ID: F4930F1F5BE28623
2 changed files with 3 additions and 3 deletions

View File

@ -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 }}

View File

@ -1,3 +1,3 @@
url: local
workingDir: charts
packageVersion: 01
packageVersion: 02