Skip to content

Commit

Permalink
restrict rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed May 13, 2024
1 parent 1d2e979 commit 4d2109e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deploy/chart/templates/clusterrole-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ rules:
verbs: ["get", "watch", "list", "update", "patch"]
{{- if .Values.sharedIPLoadBalancing }}
- apiGroups: ["cilium.io"]
resources: ["ciliumloadbalancerippools", "ciliumbgppeeringpolicies"]
resources: ["ciliumloadbalancerippools"]
verbs: ["get", "watch", "list", "update", "create", "delete"]
- apiGroups: ["cilium.io"]
resources: ["ciliumbgppeeringpolicies"]
verbs: ["get", "watch", "list", "create"]
{{- end }}

0 comments on commit 4d2109e

Please sign in to comment.