diff --git a/stable/app/templates/poddisruptionbudget.yaml b/stable/app/templates/poddisruptionbudget.yaml index 89fbe3c..30d5192 100644 --- a/stable/app/templates/poddisruptionbudget.yaml +++ b/stable/app/templates/poddisruptionbudget.yaml @@ -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: