Skip to content

Commit

Permalink
feat: add secrets to service account
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Dec 15, 2023
1 parent 4cad21b commit dd0c62f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/main/helm/templates/product-cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@ rules:
- patch
- update
- create
- delete
- delete
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch

0 comments on commit dd0c62f

Please sign in to comment.