From 9b3d273a18a385c550da18392f26280057605b9c Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Wed, 20 Mar 2024 21:15:02 +0200 Subject: [PATCH] helm: fix invalid name of host-swaps volume --- deployment/helm/node-feature-discovery/templates/worker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/helm/node-feature-discovery/templates/worker.yaml b/deployment/helm/node-feature-discovery/templates/worker.yaml index f8bf4632c..364259cac 100644 --- a/deployment/helm/node-feature-discovery/templates/worker.yaml +++ b/deployment/helm/node-feature-discovery/templates/worker.yaml @@ -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 }}