Skip to content

Commit

Permalink
Add support for PDB
Browse files Browse the repository at this point in the history
  • Loading branch information
macmiranda committed Oct 12, 2023
1 parent 0b85bd9 commit 32d08f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/opentelemetry-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,18 @@ rules:
- get
- list
- watch
- apiGroups:
- policy
resources:
- poddisruptionbudgets
verbs:
- create
- delete
- get
- list
- patch
- update
- watch

{{ if .Values.kubeRBACProxy.enabled }}
---
Expand Down

0 comments on commit 32d08f7

Please sign in to comment.