File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1257,9 +1257,14 @@ role_sync_controller_enabled: "false"
1257
1257
# When wiz_enable_runtime_sensor and wiz_enable_runtime_connector are set to true,
1258
1258
# this enables WIZ runtime monitoring. A DaemonSet called Sensor and a Deployment
1259
1259
# called Connector will be deployed into the cluster.
1260
- wiz_enable_runtime_sensor : " false "
1260
+ {{ if eq .Cluster.Provider "zalando-eks" }}
1261
1261
wiz_enable_runtime_connector : " false"
1262
1262
wiz_enable_runtime_connector_broker : " false"
1263
+ {{ else }}
1264
+ wiz_enable_runtime_connector : " true"
1265
+ wiz_enable_runtime_connector_broker : " true"
1266
+ {{ end }}
1267
+ wiz_enable_runtime_sensor : " false"
1263
1268
wiz_sensor_cpu : " 200m"
1264
1269
wiz_sensor_memory : " 300Mi"
1265
1270
wiz_connector_cpu : " 50m"
You can’t perform that action at this time.
0 commit comments