You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cluster/manifests/wiz/002-connector-broker-serviceaccount.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
{{ if eq .Cluster.ConfigItems.wiz_enable_runtime_connector_broker "true"}}
1
+
{{ if eq .Cluster.ConfigItems.wiz_enable_runtime_connector "true"}}
2
+
# wiz-cluster-reader-token Secret is dependent on wiz-cluster-reader SA.
3
+
# It is created when wiz_enable_runtime_connector is true and deleted when wiz_enable_runtime_connector_broker and wiz_enable_runtime_connector is false
Copy file name to clipboardExpand all lines: cluster/manifests/wiz/003-connector-broker-clusterrole.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
{{ if eq .Cluster.ConfigItems.wiz_enable_runtime_connector_broker "true"}}
1
+
{{ if eq .Cluster.ConfigItems.wiz_enable_runtime_connector "true"}}
2
+
# wiz-cluster-reader-token Secret is dependent on wiz-cluster-reader SA.
3
+
# It is created when wiz_enable_runtime_connector is true and deleted when wiz_enable_runtime_connector_broker and wiz_enable_runtime_connector is false
0 commit comments