Skip to content

Commit

Permalink
fix: add auth for statefulset during manager deployment (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean authored Oct 3, 2024
1 parent 024ffff commit 9c011c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kardinal-cli/deployment/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ metadata:
{{.KardinalAppIDLabelKey}}: {{.KardinalManagerAppIDLabelValue}}
rules:
- apiGroups: ["*"]
resources: ["namespaces", "pods", "services", "deployments", "virtualservices", "workloadgroups", "workloadentries", "sidecars", "serviceentries", "gateways", "envoyfilters", "destinationrules", "authorizationpolicies", "ingresses", "httproutes"]
resources: ["namespaces", "pods", "services", "deployments", "statefulsets", "virtualservices", "workloadgroups", "workloadentries", "sidecars", "serviceentries", "gateways", "envoyfilters", "destinationrules", "authorizationpolicies", "ingresses", "httproutes"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
---
Expand Down

0 comments on commit 9c011c6

Please sign in to comment.