From 78013e5def3289a293718ac1abda8c7589b955eb Mon Sep 17 00:00:00 2001 From: michaelsudakov <86931587+michaelsudakov@users.noreply.github.com> Date: Sun, 6 Oct 2024 11:19:10 +0300 Subject: [PATCH] Update deployment-bloom-builder.yaml --- .../loki/templates/bloom-builder/deployment-bloom-builder.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/production/helm/loki/templates/bloom-builder/deployment-bloom-builder.yaml b/production/helm/loki/templates/bloom-builder/deployment-bloom-builder.yaml index b2daac22244af..cbed6b2fc8128 100644 --- a/production/helm/loki/templates/bloom-builder/deployment-bloom-builder.yaml +++ b/production/helm/loki/templates/bloom-builder/deployment-bloom-builder.yaml @@ -1,6 +1,4 @@ {{- $isDistributed := eq (include "loki.deployment.isDistributed" .) "true" -}} -{{- if $isDistributed -}} -{{- if (gt (int .Values.bloomBuilder.replicas) 0) -}} apiVersion: apps/v1 kind: Deployment metadata: @@ -141,4 +139,3 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} {{- end -}} -{{- end -}}