mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Merge pull request #1635 from marquiz/devel/helm-fix
helm: fix invalid name of host-swaps volume
This commit is contained in:
commit
137f18b5b3
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ spec:
|
|||
- name: host-lib
|
||||
hostPath:
|
||||
path: "/lib"
|
||||
- name: host-proc/swaps
|
||||
- name: host-proc-swaps
|
||||
hostPath:
|
||||
path: "/proc/swaps"
|
||||
{{- if .Values.worker.mountUsrSrc }}
|
||||
|
|
Loading…
Reference in a new issue