From cf867fe70113b0249f3cb483063310aa13908c1f Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Tue, 26 Aug 2025 23:01:13 +0300 Subject: [PATCH] Do not create hostroot volume if no tracer deployed (#1780) Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com> --- helm-chart/templates/09-worker-daemon-set.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index a2a963bdd..7e1016f95 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -394,10 +394,12 @@ spec: - hostPath: path: /etc/os-release name: os-release + {{- if .Values.tap.tls }} - hostPath: path: / name: root - name: data + {{- end }} {{- if .Values.tap.persistentStorage }} persistentVolumeClaim: claimName: kubeshark-persistent-volume-claim