Skip to content

Commit

Permalink
rbac fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fayak committed May 3, 2024
1 parent 9c5d3c2 commit c1c19db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs: ['create', 'get', 'patch', 'delete', 'replace']
verbs: ['*']
{{- if .Values.global.cattle.psp.enabled }}
- apiGroups: ['policy']
resources: ['podsecuritypolicies']
Expand Down

0 comments on commit c1c19db

Please sign in to comment.