Files
devops-infra-helm-charts-gcp/helm-templates/mimir-distributed/templates/admin-cache/admin-cache-pdb.yaml
T
2026-08-26 03:39:42 +05:30

4 lines
182 B
YAML

{{- if and .Values.enterprise.enabled (index .Values "admin-cache" "enabled") -}}
{{- include "mimir.lib.podDisruptionBudget" (dict "ctx" $ "component" "admin-cache") }}
{{- end -}}