We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e29a9 commit cdd2e6bCopy full SHA for cdd2e6b
cluster/config-defaults.yaml
@@ -1231,6 +1231,7 @@ role_sync_controller_enabled: "false"
1231
# called Connector will be deployed into the cluster.
1232
wiz_enable_runtime_sensor: "false"
1233
wiz_enable_runtime_connector: "false"
1234
+wiz_enable_runtime_connector_broker: "false"
1235
wiz_sensor_cpu: "300m"
1236
wiz_sensor_memory: "300Mi"
1237
wiz_connector_cpu: "300m"
cluster/manifests/wiz/connector-deployment.yaml
@@ -1,4 +1,4 @@
1
-{{ if eq .Cluster.ConfigItems.wiz_enable_runtime_connector "true"}}
+{{ if eq .Cluster.ConfigItems.wiz_enable_runtime_connector_broker "true"}}
2
---
3
# Source: wiz-kubernetes-integration/charts/wiz-kubernetes-connector/charts/wiz-broker/templates/wiz-broker-deployment.yaml
4
apiVersion: apps/v1
0 commit comments