Skip to content

Commit e0f1152

Browse files
committed
chore(helm): Pdb creation for controller not based on replica count
1 parent 0ba869f commit e0f1152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm/kube-image-keeper/templates/controller-poddisruptionbudget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and .Values.controllers.pdb.create (gt .Values.controllers.replicas 1.0) }}
1+
{{- if .Values.controllers.pdb.create }}
22
apiVersion: policy/v1
33
kind: PodDisruptionBudget
44
metadata:

0 commit comments

Comments
 (0)