1
0
Fork 0
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:
Kubernetes Prow Robot 2024-03-20 23:26:51 -07:00 committed by GitHub
commit 137f18b5b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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