Skip to content

Commit

Permalink
feat: add sepretor in pdb (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luv7804 authored Oct 25, 2024
1 parent f896a7d commit d9b249c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- 1.28.9
- 1.29.4
- 1.30.0
- 1.31.1
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion charts/polymorphic-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: A Helm chart for deploying any custom applications, specifically po
maintainers:
- name: improwised
type: application
version: 2.2.0
version: 2.2.1
appVersion: 1.0.0
1 change: 1 addition & 0 deletions charts/polymorphic-app/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ spec:
(and $.Values.serviceTemplate.podDisruptionBudget.enabled (not (and .podDisruptionBudget (hasKey .podDisruptionBudget "enabled") (eq .podDisruptionBudget.enabled false))))
(and .podDisruptionBudget (hasKey .podDisruptionBudget "enabled") .podDisruptionBudget.enabled)
}}
---
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
Expand Down

0 comments on commit d9b249c

Please sign in to comment.