Skip to content

Commit

Permalink
Update updater roles necessary for non-operator based viziers
Browse files Browse the repository at this point in the history
Signed-off-by: Vihang Mehta <[email protected]>
  • Loading branch information
vihangm committed Jun 27, 2023
1 parent f138372 commit 45939f6
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions k8s/vizier/bootstrap/updater_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- events
- pods/log
verbs:
- get
- watch
- list
- apiGroups:
- apps
resources:
Expand Down Expand Up @@ -53,6 +62,41 @@ rules:
- patch
- update
- watch
- apiGroups:
- coordination.k8s.io
resources:
- leases
resourceNames:
- cloud-conn-election
verbs:
- get
- update
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- apiGroups:
- px.dev
resources:
- viziers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- px.dev
resources:
- viziers/status
verbs:
- get
- list
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down

0 comments on commit 45939f6

Please sign in to comment.