Skip to content

Commit

Permalink
Merge pull request #223 from fiaas/add-pod-disruption-budget-rbac-to-…
Browse files Browse the repository at this point in the history
…chart

Add PDB rbac rule to helm chart
  • Loading branch information
tg90nor authored Jan 23, 2024
2 parents 425bee5 + 6939aff commit 176c354
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/fiaas-deploy-daemon/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@ rules:
- autoscaling
- extensions
- networking.k8s.io
- policy
resources:
- configmaps
- deployments
- horizontalpodautoscalers
- ingresses
- pods
- poddisruptionbudgets
- resourcequotas
- services
- serviceaccounts
Expand Down

0 comments on commit 176c354

Please sign in to comment.