Skip to content

Commit

Permalink
Add read access to restore configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkupferer committed Aug 1, 2024
1 parent 87aa5f6 commit 559f466
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions helm/replik8s/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ rules:
- patch
- update
- watch
- apiGroups:
- {{ .Values.api.group }}
resources:
- restoreconfigs
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 559f466

Please sign in to comment.