Browse Source

added missing and

Docs 3 years ago
parent
commit
aa3e47df97

+ 1 - 1
deploy/charts/external-secrets/templates/webhook-poddisruptionbudget.yaml

@@ -1,4 +1,4 @@
-{{- if .Values.webhook.create .Values.webhook.podDisruptionBudget.enabled }}
+{{- if and .Values.webhook.create .Values.webhook.podDisruptionBudget.enabled }}
 apiVersion: policy/v1
 kind: PodDisruptionBudget
 metadata: