Skip to content

Commit

Permalink
unified helm chart support pod disruption budget - fix for hp (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mqxter authored Sep 15, 2024
1 parent 93526eb commit 1d2d932
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/unified-chart/templates/high-priority/hp-pdb.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.hp.enabled }}
{{- if .Values.hp.pdb.enabled }}
---
apiVersion: policy/v1
Expand All @@ -19,4 +20,5 @@ spec:
{{- toYaml .labels | nindent 6 }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 1d2d932

Please sign in to comment.