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 @@ -1262,9 +1262,14 @@ role_sync_controller_enabled: "false"
1262
1262
# When wiz_enable_runtime_sensor and wiz_enable_runtime_connector are set to true,
1263
1263
# this enables WIZ runtime monitoring. A DaemonSet called Sensor and a Deployment
1264
1264
# called Connector will be deployed into the cluster.
1265
- wiz_enable_runtime_sensor : " false "
1265
+ {{ if eq .Cluster.Provider "zalando-eks" }}
1266
1266
wiz_enable_runtime_connector : " false"
1267
1267
wiz_enable_runtime_connector_broker : " false"
1268
+ {{ else }}
1269
+ wiz_enable_runtime_connector : " true"
1270
+ wiz_enable_runtime_connector_broker : " true"
1271
+ {{ end }}
1272
+ wiz_enable_runtime_sensor : " false"
1268
1273
wiz_sensor_cpu : " 200m"
1269
1274
wiz_sensor_memory : " 300Mi"
1270
1275
wiz_connector_cpu : " 50m"
You can’t perform that action at this time.
0 commit comments