UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6809346b authored by Christopher O'Connell's avatar Christopher O'Connell
Browse files

Merge branch 'fix-thanos-values' into 'master'


fix thanos values for minio logic

See merge request !5093

(cherry picked from commit 0b8e47fc)

b154014d fix thanos values for minio logic

Co-authored-by: default avatarChristopher O'Connell <coconnell@bridgephase.com>
parent 80216b69
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ istio:
- istio-system/{{ default "public" .Values.addons.thanos.ingress.gateway }}
{{- with .Values.addons.thanos.objectStorage }}
{{- if or $.Values.addons.thanos.values.minio.enabled (and (eq $.Values.addons.thanos.strategy "scalable") (not (and .endpoint .region))) }}
{{- if and (eq $.Values.addons.thanos.strategy "scalable") (not (and .endpoint .region)) }}
minio:
enabled: true
{{- end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment