mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-21 11:40:56 +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:
|
nodeAffinity:
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
nodeSelectorTerms:
|
nodeSelectorTerms:
|
||||||
- matchExpressions:
|
{{- toYaml .Values.tap.nodeselectorterms | nindent 12 }}
|
||||||
- key: node-role.kubernetes.io/control-plane
|
|
||||||
operator: Exists
|
|
||||||
- matchExpressions:
|
|
||||||
- key: node-role.kubernetes.io/master
|
|
||||||
operator: Exists
|
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- --config=controller_manager_config.yaml
|
- --config=controller_manager_config.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user