UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 0b8e47fc 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
parents e635f044 b154014d
No related branches found
No related tags found
1 merge request!5093fix thanos values for minio logic
Pipeline #3614501 passed
......@@ -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