Skip to content

Commit

Permalink
fix(secret-operator): rbac missing (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 authored Dec 30, 2024
1 parent 68cfa01 commit 2023cbe
Showing 1 changed file with 2 additions and 65 deletions.
67 changes: 2 additions & 65 deletions charts/secret-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ rules:
- ""
resources:
- events
- pods
- secrets
verbs:
- create
- get
Expand All @@ -21,13 +23,6 @@ rules:
- ""
resources:
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- persistentvolumeclaims
verbs:
- get
Expand All @@ -43,27 +38,6 @@ rules:
- get
- list
- patch
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- create
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- get
- list
- patch
- update
- watch
- apiGroups:
Expand Down Expand Up @@ -92,47 +66,10 @@ rules:
- get
- patch
- update
- apiGroups:
- secrets.kubedoop.dev
resources:
- secretcsis
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- secrets.kubedoop.dev
resources:
- secretcsis/finalizers
verbs:
- update
- apiGroups:
- secrets.kubedoop.dev
resources:
- secretcsis/status
verbs:
- get
- patch
- update
- apiGroups:
- storage.k8s.io
resources:
- csidrivers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- storage.k8s.io
resources:
- storageclasses
verbs:
- get
Expand Down

0 comments on commit 2023cbe

Please sign in to comment.