From 6a4f0f24168fdd77f5c33ccabffde8d3b22f1fd7 Mon Sep 17 00:00:00 2001 From: Noopduck Date: Fri, 25 Jul 2025 11:42:21 +0200 Subject: [PATCH] Update 09-worker-daemon-set.yaml Changed hostNetwork into an overridable value --- 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 a183eb365..6e6a4ed09 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -329,7 +329,7 @@ spec: readOnly: true {{- end }} dnsPolicy: ClusterFirstWithHostNet - hostNetwork: true + hostNetwork: {{ .Values.hostNetwork }} serviceAccountName: {{ include "kubeshark.serviceAccountName" . }} {{- if .Values.tap.tolerations.workers }} tolerations: