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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
{{ if eq .Cluster.ConfigItems.wiz_enable_runtime_connector "true"}}
2
-
# 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
1
+
{{ if or (eq .Cluster.ConfigItems.wiz_enable_runtime_connector "true") (eq .Cluster.ConfigItems.wiz_enable_runtime_connector_broker "true") }}
2
+
# It is created when wiz_enable_runtime_connector or is wiz_enable_runtime_connector_broker 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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
{{ if eq .Cluster.ConfigItems.wiz_enable_runtime_connector "true"}}
1
+
{{ if or (eq .Cluster.ConfigItems.wiz_enable_runtime_connector "true") (eq .Cluster.ConfigItems.wiz_enable_runtime_connector_broker "true") }}
2
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
3
+
# It is created when wiz_enable_runtime_connector or wiz_enable_runtime_connector_broker 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/004-connector-broker-secrets.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
{{ if eq .Cluster.ConfigItems.wiz_enable_runtime_connector "true"}}
1
+
{{ if or (eq .Cluster.ConfigItems.wiz_enable_runtime_connector "true") (eq .Cluster.ConfigItems.wiz_enable_runtime_connector_broker "true") }}
2
2
---
3
3
# These are used both in Job and Deployment
4
-
# Create when wiz_enable_runtime_connector is true and deleted when wiz_enable_runtime_connector_broker and wiz_enable_runtime_connector is false
4
+
# Create when wiz_enable_runtime_connector or wiz_enable_runtime_connector_broker is true and deleted when wiz_enable_runtime_connector_broker and wiz_enable_runtime_connector is false
0 commit comments