Skip to content

Commit 63547ae

Browse files
krancourgithub-actions[bot]
authored andcommitted
fix(chart): remove unnecessary permissions from the api server (#3840)
Signed-off-by: Kent Rancourt <[email protected]> (cherry picked from commit e995909)
1 parent bd16ee4 commit 63547ae

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Diff for: charts/kargo/templates/api/cluster-role.yaml

-16
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,6 @@ rules:
3333
- watch
3434
- create
3535
- patch
36-
- apiGroups:
37-
- ""
38-
resources:
39-
- configmaps
40-
verbs:
41-
- get
42-
- list
43-
- watch
44-
- apiGroups:
45-
- ""
46-
resources:
47-
- secrets
48-
verbs:
49-
- get
50-
- list
51-
- watch
5236
- apiGroups:
5337
- authorization.k8s.io
5438
resources:

0 commit comments

Comments
 (0)