Skip to content

Commit

Permalink
Merge pull request #1635 from marquiz/devel/helm-fix
Browse files Browse the repository at this point in the history
helm: fix invalid name of host-swaps volume
  • Loading branch information
k8s-ci-robot authored Mar 21, 2024
2 parents 2c4a3e5 + 9b3d273 commit 137f18b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 137f18b

Please sign in to comment.