File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cluster/manifests/role-sync-controller Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- {{ if .Cluster.ConfigItems.role_sync_controller_enabled "true" }}
1
+ {{ if eq .Cluster.ConfigItems.role_sync_controller_enabled "true" }}
2
2
apiVersion : batch/v1
3
3
kind : CronJob
4
4
metadata :
Original file line number Diff line number Diff line change 1
- {{ if .Cluster.ConfigItems.role_sync_controller_enabled "true" }}
1
+ {{ if eq .Cluster.ConfigItems.role_sync_controller_enabled "true" }}
2
2
apiVersion : rbac.authorization.k8s.io/v1
3
3
kind : ClusterRole
4
4
metadata :
Original file line number Diff line number Diff line change 1
- {{ if .Cluster.ConfigItems.role_sync_controller_enabled "true" }}
1
+ {{ if eq .Cluster.ConfigItems.role_sync_controller_enabled "true" }}
2
2
apiVersion : v1
3
3
kind : ServiceAccount
4
4
metadata :
You can’t perform that action at this time.
0 commit comments