Skip to content

Commit

Permalink
Update fabric-gateway-controller
Browse files Browse the repository at this point in the history
+ Create RouteGroups from both versioned and unversioned ControllerRevisions
+ Update FabricGateway Status correctly
+ cleanup: remove unnecessary fields from `ControllerRevision`

Signed-off-by: Roman Zavodskikh <roman.zavodskikh@zalando.de>
  • Loading branch information
Roman Zavodskikh committed Aug 7, 2024
1 parent e441ff8 commit 4a4446f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cluster/manifests/fabric-gateway/01-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ rules:
- zalando.org
resources:
- stacksets
- stacks
verbs:
- watch
- get
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/fabric-gateway/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ $version := "master-276" }}
# {{ $version := "master-279" }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit 4a4446f

Please sign in to comment.