Skip to content

Commit

Permalink
Allow firewall-controller-manager to patch infrastructure egressCIDRs. (
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Sep 11, 2024
1 parent e812b58 commit 72051ce
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,25 @@ rules:
- update
- patch
- create
- apiGroups:
- extensions.gardener.cloud
resources:
- infrastructures
- extensions
verbs:
- get
- apiGroups:
- extensions.gardener.cloud
resources:
- infrastructures/status
verbs:
- patch
- apiGroups:
- extensions.gardener.cloud
resources:
- extensions
verbs:
- update
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 72051ce

Please sign in to comment.