Skip to content

Commit

Permalink
Reduce the permissions for milvus-operator-manager-role
Browse files Browse the repository at this point in the history
  • Loading branch information
git001 committed Feb 19, 2025
1 parent 47c2023 commit 22d53dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deploy/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16625,7 +16625,11 @@ rules:
- apiGroups:
- ""
resources:
- '*'
- pods
- pods/exec
- configmaps
- secrets
- services
verbs:
- create
- delete
Expand Down

0 comments on commit 22d53dd

Please sign in to comment.