Skip to content

Commit 137f18b

Browse files
authored
Merge pull request #1635 from marquiz/devel/helm-fix
helm: fix invalid name of host-swaps volume
2 parents 2c4a3e5 + 9b3d273 commit 137f18b

File tree

1 file changed

+1
-1
lines changed
  • deployment/helm/node-feature-discovery/templates

1 file changed

+1
-1
lines changed

deployment/helm/node-feature-discovery/templates/worker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
- name: host-lib
143143
hostPath:
144144
path: "/lib"
145-
- name: host-proc/swaps
145+
- name: host-proc-swaps
146146
hostPath:
147147
path: "/proc/swaps"
148148
{{- if .Values.worker.mountUsrSrc }}

0 commit comments

Comments
 (0)