Skip to content

Commit 444b75a

Browse files
committed
enable role-sync-controller by default only on EKS
1 parent 2b71b45 commit 444b75a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cluster/config-defaults.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,8 @@ teapot_admission_controller_scheduling_controls_enabled: "false"
11941194
teapot_admission_controller_scheduling_controls_default_architecture: "amd64"
11951195

11961196
# role-sync-controller configs
1197-
{{ if eq .Cluster.Environment "e2e" }}
1197+
# Enabled by default only on Zalando EKS clusters
1198+
{{ if eq .Cluster.Provider "zalando-eks" }}
11981199
role_sync_controller_enabled: "true"
11991200
{{ else }}
12001201
role_sync_controller_enabled: "false"

0 commit comments

Comments
 (0)