Skip to content

Commit

Permalink
Merge pull request #526 from micke/patch-1
Browse files Browse the repository at this point in the history
Set Multus ConfigMap name so that it matches DaemonSet
  • Loading branch information
mgfritch authored Sep 27, 2024
2 parents af7c7c9 + dc2a432 commit 5463055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/rke2-multus/charts/templates/daemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion packages/rke2-multus/package.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: local
workingDir: charts
packageVersion: 01
packageVersion: 02

0 comments on commit 5463055

Please sign in to comment.