Skip to content

Commit

Permalink
feat(pdb-support): support for pdb (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: Shubhashri Shirode <[email protected]>
  • Loading branch information
shubhashri12 and lmshubhashri authored Aug 18, 2022
1 parent 9ab227f commit 4985764
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/argus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ maintainers:
- email: [email protected]
name: LogicMonitor
name: argus
version: 3.0.0
version: 3.1.0
home: https://logicmonitor.github.io/helm-charts
appVersion: v8.0.0
appVersion: v8.1.0
9 changes: 9 additions & 0 deletions charts/argus/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ rules:
- get
- watch
- update
- apiGroups:
- "policy"
resources:
- poddisruptionbudgets
verbs:
- list
- get
- watch
- update
- nonResourceURLs:
- /
- /healthz
Expand Down
1 change: 1 addition & 0 deletions charts/argus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ kube-state-metrics:
- nodes
- deployments
- services
- poddisruptionbudgets

imagePullSecrets: []

Expand Down

0 comments on commit 4985764

Please sign in to comment.