Skip to content

Commit 7d0de9f

Browse files
authored
Merge pull request #9676 from zalando-incubator/revert-9662-disable-wiz-on-eks
Revert "Make WIZ Connector default config items conditional to cluster provider"
2 parents 22cc7a5 + 70de7ab commit 7d0de9f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

cluster/config-defaults.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,21 +1252,14 @@ role_sync_controller_enabled: "false"
12521252
# When wiz_enable_runtime_sensor and wiz_enable_runtime_connector are set to true,
12531253
# this enables WIZ runtime monitoring. A DaemonSet called Sensor and a Deployment
12541254
# called Connector will be deployed into the cluster.
1255-
{{ if eq .Cluster.Provider "zalando-eks" }}
1255+
wiz_enable_runtime_sensor: "false"
12561256
wiz_enable_runtime_connector: "false"
12571257
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"
12631258
wiz_sensor_cpu: "200m"
12641259
wiz_sensor_memory: "300Mi"
12651260
wiz_connector_cpu: "50m"
12661261
wiz_connector_memory: "150Mi"
12671262
wiz_priority: "true"
1268-
wiz_api_client_id: ""
1269-
wiz_api_client_token: ""
12701263
# Please note when this is set to true it allows the use of the node selector feature
12711264
# to deploy the sensor and connector on specific nodes, by manually setting the node selector label on the nodes.
12721265
# This is useful when you want to deploy the sensor and connector on specific nodes.

0 commit comments

Comments
 (0)