Skip to content

Commit 98da46a

Browse files
committed
fix .Values.django.replicas
1 parent 4544224 commit 98da46a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm/defectdojo/templates/django-pdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and .Values.django.podDisruptionBudget.enabled (or (gt (int .Values.django.replicaCount) 1) .Values.django.autoscaling.enabled) }}
1+
{{- if and .Values.django.podDisruptionBudget.enabled (or (gt (int .Values.django.replicas) 1) .Values.django.autoscaling.enabled) }}
22
{{- $fullName := include "defectdojo.fullname" . -}}
33
apiVersion: policy/v1
44
kind: PodDisruptionBudget

0 commit comments

Comments
 (0)