Skip to content

Commit 4a4446f

Browse files
author
Roman Zavodskikh
committed
Update fabric-gateway-controller
+ Create RouteGroups from both versioned and unversioned ControllerRevisions + Update FabricGateway Status correctly + cleanup: remove unnecessary fields from `ControllerRevision` Signed-off-by: Roman Zavodskikh <[email protected]>
1 parent e441ff8 commit 4a4446f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ rules:
4343
- zalando.org
4444
resources:
4545
- stacksets
46+
- stacks
4647
verbs:
4748
- watch
4849
- get

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

0 commit comments

Comments
 (0)