UNCLASSIFIED - NO CUI

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

fix thanos values for minio logic

parent e635f044
No related branches found
No related tags found
1 merge request!5093fix thanos values for minio logic
Pipeline #3614484 passed with warnings
......@@ -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