Skip to content

Commit

Permalink
chore: Scope role down to needed permissions (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Oct 17, 2024
1 parent ea4f7a0 commit 35d6197
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kwok/charts/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["delete"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["update"]
{{- with .Values.additionalClusterRoleRules -}}
{{ toYaml . | nindent 2 }}
{{- end -}}

0 comments on commit 35d6197

Please sign in to comment.