mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-11 13:23:03 +00:00
Update 09-worker-daemon-set.yaml
Changed hostNetwork into an overridable value
This commit is contained in:
parent
bedecdb080
commit
6a4f0f2416
@ -329,7 +329,7 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
{{- end }}
|
{{- end }}
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
hostNetwork: true
|
hostNetwork: {{ .Values.hostNetwork }}
|
||||||
serviceAccountName: {{ include "kubeshark.serviceAccountName" . }}
|
serviceAccountName: {{ include "kubeshark.serviceAccountName" . }}
|
||||||
{{- if .Values.tap.tolerations.workers }}
|
{{- if .Values.tap.tolerations.workers }}
|
||||||
tolerations:
|
tolerations:
|
||||||
|
Loading…
Reference in New Issue
Block a user