From 3f6c62a7e3317ae0a6699d4338a76c3ae7dbcd7b Mon Sep 17 00:00:00 2001 From: Dan Mudge Date: Fri, 6 Feb 2026 19:46:54 +0000 Subject: [PATCH] move the name of the data colume outside of the tap.tls if statement (#1830) Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com> --- helm-chart/templates/09-worker-daemon-set.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index 4b9ee34b8..7d99cc015 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -402,8 +402,8 @@ spec: - hostPath: path: / name: root - - name: data {{- end }} + - name: data {{- if .Values.tap.persistentStorage }} persistentVolumeClaim: claimName: kubeshark-persistent-volume-claim