mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-19 10:48:59 +00:00
⚡ Use the nodeselectorterms
from values.yaml
in the kmm-operator-controller-manager
deployment
This commit is contained in:
parent
f4ff4d4dd6
commit
7dcb2d23a0
@ -3258,12 +3258,7 @@ spec:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
- matchExpressions:
|
||||
- key: node-role.kubernetes.io/master
|
||||
operator: Exists
|
||||
{{- toYaml .Values.tap.nodeselectorterms | nindent 12 }}
|
||||
containers:
|
||||
- args:
|
||||
- --config=controller_manager_config.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user