Skip to content

Commit

Permalink
fix(HELM): PDB template (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Feb 23, 2024
1 parent 7253f28 commit 1b4ae00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{- if and .Values.frontend.pdb .Values.frontend.pdb.enabled }}
---
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "frontend.fullname" . }}
labels:
Expand Down

0 comments on commit 1b4ae00

Please sign in to comment.