File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -1252,21 +1252,14 @@ role_sync_controller_enabled: "false"
1252
1252
# When wiz_enable_runtime_sensor and wiz_enable_runtime_connector are set to true,
1253
1253
# this enables WIZ runtime monitoring. A DaemonSet called Sensor and a Deployment
1254
1254
# called Connector will be deployed into the cluster.
1255
- {{ if eq .Cluster.Provider "zalando-eks" }}
1255
+ wiz_enable_runtime_sensor : " false "
1256
1256
wiz_enable_runtime_connector : " false"
1257
1257
wiz_enable_runtime_connector_broker : " false"
1258
- {{ else }}
1259
- wiz_enable_runtime_connector : " true"
1260
- wiz_enable_runtime_connector_broker : " true"
1261
- {{ end }}
1262
- wiz_enable_runtime_sensor : " false"
1263
1258
wiz_sensor_cpu : " 200m"
1264
1259
wiz_sensor_memory : " 300Mi"
1265
1260
wiz_connector_cpu : " 50m"
1266
1261
wiz_connector_memory : " 150Mi"
1267
1262
wiz_priority : " true"
1268
- wiz_api_client_id : " "
1269
- wiz_api_client_token : " "
1270
1263
# Please note when this is set to true it allows the use of the node selector feature
1271
1264
# to deploy the sensor and connector on specific nodes, by manually setting the node selector label on the nodes.
1272
1265
# This is useful when you want to deploy the sensor and connector on specific nodes.
You can’t perform that action at this time.
0 commit comments