{{- if .Values.podDisruptionBudget.enabled }} apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ include "push.name" . }} spec: minAvailable: {{ .Values.podDisruptionBudget.minAvailable }} selector: matchLabels: {{- include "push.runtimeLabels" . | nindent 6 }} {{- end }}