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

4 lines
150 B
YAML

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