Skip to content

Commit

Permalink
Add permissions for applications/status (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
herodes1991 authored Nov 27, 2023
1 parent 2f515b3 commit 44d7d9d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions helm/fiaas-deploy-daemon/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ rules:
- list
- update
- watch
- apiGroups:
- fiaas.schibsted.io
resources:
- applications/status
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- ""
- apps
Expand Down

0 comments on commit 44d7d9d

Please sign in to comment.