Skip to content

Commit

Permalink
fix: update rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
Twwy committed Jun 7, 2023
1 parent 200994b commit 4930fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/sreworks-chart/charts/appmanager/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ metadata:
rules:
- apiGroups: ["*"]
resources: ["*"]
verbs: ["*"]
verbs: ["get", "list", "watch"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 4930fff

Please sign in to comment.