Skip to content

Commit

Permalink
Update deployment-bloom-builder.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsudakov authored Oct 6, 2024
1 parent 10adf20 commit 78013e5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -141,4 +139,3 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end -}}
{{- end -}}

0 comments on commit 78013e5

Please sign in to comment.