mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-27 09:13:23 +00:00
🔥 Remove nodeSelectorTerms from hub and front pods
This commit is contained in:
@@ -52,11 +52,4 @@ spec:
|
||||
- effect: NoSchedule
|
||||
operator: Exists
|
||||
{{- end }}
|
||||
{{- if gt (len .Values.tap.nodeselectorterms) 0}}
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
{{- toYaml .Values.tap.nodeselectorterms | nindent 8 }}
|
||||
{{- end }}
|
||||
status: {}
|
||||
|
||||
@@ -50,11 +50,4 @@ spec:
|
||||
- effect: NoSchedule
|
||||
operator: Exists
|
||||
{{- end }}
|
||||
{{- if gt (len .Values.tap.nodeselectorterms) 0}}
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
{{- toYaml .Values.tap.nodeselectorterms | nindent 8 }}
|
||||
{{- end }}
|
||||
status: {}
|
||||
|
||||
Reference in New Issue
Block a user