Docs 4 лет назад
Родитель
Сommit
aa3e47df97
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      deploy/charts/external-secrets/templates/webhook-poddisruptionbudget.yaml

+ 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
 apiVersion: policy/v1
 kind: PodDisruptionBudget
 kind: PodDisruptionBudget
 metadata:
 metadata: