Skip to content

Commit

Permalink
fix: add missing resources to policy (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean authored Sep 26, 2024
1 parent b5a9916 commit 0ade319
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"]
resources: ["namespaces", "pods", "services", "deployments", "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 0ade319

Please sign in to comment.