Skip to content

Commit

Permalink
fix: webhook server and controller permissions (#2435)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <[email protected]>
  • Loading branch information
krancour authored Aug 15, 2024
1 parent af685c3 commit 0ed2675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rules:
- apiGroups:
- ""
resources:
- configmaps
- secrets
- serviceaccounts
verbs:
Expand Down
1 change: 1 addition & 0 deletions charts/kargo/templates/webhooks-server/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ rules:
- apiGroups:
- ""
resources:
- configmaps
- secrets
- serviceaccounts
verbs:
Expand Down

0 comments on commit 0ed2675

Please sign in to comment.