Update 09-worker-daemon-set.yaml

Changed hostNetwork into an overridable value
This commit is contained in:
Noopduck 2025-07-25 11:42:21 +02:00 committed by GitHub
parent bedecdb080
commit 6a4f0f2416
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: