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