Skip to content

Commit

Permalink
helm: fix invalid name of host-swaps volume
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz committed Mar 20, 2024
1 parent 0ad5e50 commit 9b3d273
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 9b3d273

Please sign in to comment.