File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1244,6 +1244,7 @@ wiz_sensor_cpu: "300m"
1244
1244
wiz_sensor_memory : " 300Mi"
1245
1245
wiz_connector_cpu : " 300m"
1246
1246
wiz_connector_memory : " 300Mi"
1247
+ wiz_priority : " false"
1247
1248
# Please note when this is set to true it allows the use of the node selector feature
1248
1249
# to deploy the sensor and connector on specific nodes, by manually setting the node selector label on the nodes.
1249
1250
# This is useful when you want to deploy the sensor and connector on specific nodes.
Original file line number Diff line number Diff line change 31
31
cluster-autoscaler.kubernetes.io/enable-ds-eviction : " true"
32
32
spec :
33
33
serviceAccountName : wiz-sensor
34
+ {{- if eq .Cluster.ConfigItems.wiz_priority "true" }}
35
+ priorityClassName : system-node-critical
36
+ {{- end }}
34
37
nodeSelector :
35
38
{{ if eq .Cluster.ConfigItems.wiz_node_feature_rollout "true" }}
36
39
node-feature.zalando.org/wiz : enabled
You can’t perform that action at this time.
0 commit comments