{{- if .Values.prometheusOperator.admissionWebhooks.deployment.podDisruptionBudget.enabled -}} apiVersion: {{ include "kube-prometheus-stack.pdb.apiVersion" . }} kind: PodDisruptionBudget metadata: name: {{ template "kube-prometheus-stack.operator.fullname" . }}-webhook namespace: {{ template "kube-prometheus-stack.namespace" . }} labels: {{- include "kube-prometheus-stack.prometheus-operator-webhook.labels" . | nindent 4 }} spec: selector: matchLabels: app: {{ template "kube-prometheus-stack.name" . }}-operator-webhook release: {{ $.Release.Name | quote }} {{ toYaml (omit .Values.prometheusOperator.admissionWebhooks.deployment.podDisruptionBudget "enabled") | indent 2 }} {{- end }}