Skip to content

Commit bff9085

Browse files
author
Roman Zavodskikh
committed
Update fabric-gateway-controller
+ Use time.UnixMilli() to set unversioned ControllerRevision name + Apply new RBAC so fabric-gateway-controller has permissions to operate with ControllerRevisions Signed-off-by: Roman Zavodskikh <[email protected]>
1 parent fbfeed4 commit bff9085

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

cluster/manifests/fabric-gateway/01-rbac.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ rules:
5454
verbs:
5555
- get
5656
- list
57+
- apiGroups:
58+
- apps
59+
resources:
60+
- controllerrevisions
61+
verbs:
62+
- list
63+
- watch
64+
- get
65+
- create
66+
- delete
5767
---
5868
apiVersion: rbac.authorization.k8s.io/v1
5969
kind: ClusterRoleBinding

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-
# {{ $version := "master-274" }}
1+
# {{ $version := "master-276" }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

0 commit comments

Comments
 (0)