Skip to content

Commit

Permalink
Merge pull request #8535 from zalando-incubator/dev-to-eks
Browse files Browse the repository at this point in the history
dev to eks
  • Loading branch information
demonCoder95 authored Nov 27, 2024
2 parents a06687b + 4d3058f commit f8f5633
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 136 deletions.
10 changes: 10 additions & 0 deletions cluster/manifests/roles/collaborator-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ rules:
- update
- patch
- delete
{{ if eq .Cluster.ConfigItems.role_sync_controller_enabled "true" }}
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
{{ end }}
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
2 changes: 2 additions & 0 deletions cluster/manifests/roles/poweruser-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ rules:
- services/proxy
verbs:
- get
{{ if ne .Cluster.ConfigItems.role_sync_controller_enabled "true" }}
- apiGroups:
- ''
resources:
Expand All @@ -71,6 +72,7 @@ rules:
- patch
- update
- watch
{{ end }}
- apiGroups:
- ''
- extensions
Expand Down
Loading

0 comments on commit f8f5633

Please sign in to comment.