UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Draft: added minio enable for scalable

Closed Kirby Liu requested to merge loki-s3-fix into master
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -162,6 +162,14 @@ gateway:
fieldPath: status.podIP
{{- end }}
{{- with .Values.loki.objectStorage }}
{{- if and (eq $.Values.loki.strategy "scalable") (not (and .endpoint .region)) }}
minio:
enabled: true
{{- end }}
{{- end }}
# Allows users to deploy distributed mode but calls out that we do not support it
{{- if (eq .Values.loki.strategy "distributed") }}
deploymentMode: Distributed
Loading