Skip to content

Commit

Permalink
Merge pull request #7930 from zalando-incubator/updateFabricGateway
Browse files Browse the repository at this point in the history
Update fabric-gateway-controller
  • Loading branch information
MustafaSaber authored Aug 6, 2024
2 parents 8d2f1c9 + bff9085 commit e441ff8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions cluster/manifests/fabric-gateway/01-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ rules:
verbs:
- get
- list
- apiGroups:
- apps
resources:
- controllerrevisions
verbs:
- list
- watch
- get
- create
- delete
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
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-274" }}
# {{ $version := "master-276" }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit e441ff8

Please sign in to comment.