Skip to content

Commit bceb426

Browse files
authored
Merge pull request #8998 from zalando-incubator/dev-to-eks
dev to eks
2 parents 6b6cd10 + 8e4bab4 commit bceb426

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

cluster/manifests/fabric-gateway/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-304" }}
1+
# {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-305" }}
22
# {{ $version := index (split $image ":") 1 }}
33
apiVersion: apps/v1
44
kind: Deployment

cluster/manifests/role-sync-controller/rbac.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ rules:
2424
- "get"
2525
- "create"
2626
- "update"
27+
# Allow the controller to list clusterrolebindings
28+
- apiGroups:
29+
- rbac.authorization.k8s.io
30+
resources:
31+
- "clusterrolebindings"
32+
- "clusterroles"
33+
verbs:
34+
- "list"
2735
# Allow the controller to manage roles based on reading Secrets
2836
- apiGroups:
2937
- ""

0 commit comments

Comments
 (0)