Skip to content

Commit

Permalink
use correct clusterroles
Browse files Browse the repository at this point in the history
Co-authored-by: Kyrre Havik <[email protected]>
Co-authored-by: Morten Lied Johansen <[email protected]>
  • Loading branch information
3 people committed Jan 20, 2025
1 parent 88f402c commit 3619161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/naiserator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rules:
- 'storagebucketaccesscontrols'
- 'storagebuckets'
- 'streams'
- 'valkey'
- 'valkeys'
verbs:
- 'get'
- 'create'
Expand Down
2 changes: 1 addition & 1 deletion hack/resources/02-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rules:
- 'poddisruptionbudgets'
- 'bigquerydatasets'
- 'streams'
- 'valkey'
- 'valkeys'
verbs:
- 'get'
- 'create'
Expand Down

0 comments on commit 3619161

Please sign in to comment.