We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b6cd10 + 8e4bab4 commit bceb426Copy full SHA for bceb426
cluster/manifests/fabric-gateway/deployment.yaml
@@ -1,4 +1,4 @@
1
-# {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-304" }}
+# {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-305" }}
2
# {{ $version := index (split $image ":") 1 }}
3
apiVersion: apps/v1
4
kind: Deployment
cluster/manifests/role-sync-controller/rbac.yaml
@@ -24,6 +24,14 @@ rules:
24
- "get"
25
- "create"
26
- "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"
35
# Allow the controller to manage roles based on reading Secrets
36
- apiGroups:
37
- ""
0 commit comments