Skip to content

Commit

Permalink
fix: pdb creation condition (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkya6 authored Aug 28, 2024
1 parent 85fe05a commit 59f81a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/app/templates/poddisruptionbudget.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.pdb.enabled (gt .Values.replicaCount 1) }}
{{- if and .Values.pdb.enabled (gt (int .Values.replicaCount) 1) }}
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
Expand Down

0 comments on commit 59f81a5

Please sign in to comment.