Skip to content

Commit

Permalink
fix: grant token generator permissions to patch secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
echozio committed May 28, 2024
1 parent 1ca3042 commit bbd5408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/token-generator/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["create"]
verbs: ["create", "patch"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get"]
Expand Down

0 comments on commit bbd5408

Please sign in to comment.