mirror of https://git.rancher.io/rke2-charts
Merge pull request #110 from mrostecki/multus-ds-init-privileged
multus: Make the daemonset init container privilegedpull/111/head^2
commit
86cd804598
|
@ -22,6 +22,8 @@ spec:
|
|||
initContainers:
|
||||
- name: cni-plugins
|
||||
image: {{ template "system_default_registry" . }}{{ .Values.cniplugins.image.repository }}:{{ .Values.cniplugins.image.tag }}
|
||||
securityContext:
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
- name: cnibin
|
||||
mountPath: /host/opt/cni/bin
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
url: local
|
||||
packageVersion: 02
|
||||
packageVersion: 03
|
||||
releaseCandidateVersion: 00
|
||||
|
|
Loading…
Reference in New Issue