Skip to content

Commit 0b3171b

Browse files
authored
Merge pull request #8532 from zalando-incubator/refactor-rbac-e2e
[e2e] Refactor RBAC tests to use client-go instead of raw HTTP
2 parents 8d759de + 444b75a commit 0b3171b

File tree

3 files changed

+1049
-0
lines changed

3 files changed

+1049
-0
lines changed

cluster/config-defaults.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,4 +1194,9 @@ teapot_admission_controller_scheduling_controls_enabled: "false"
11941194
teapot_admission_controller_scheduling_controls_default_architecture: "amd64"
11951195

11961196
# role-sync-controller configs
1197+
# Enabled by default only on Zalando EKS clusters
1198+
{{ if eq .Cluster.Provider "zalando-eks" }}
1199+
role_sync_controller_enabled: "true"
1200+
{{ else }}
11971201
role_sync_controller_enabled: "false"
1202+
{{ end }}

0 commit comments

Comments
 (0)