From b154014d34d1885cd4fba870b02e273b25583d7c Mon Sep 17 00:00:00 2001 From: Christopher O'Connell <coconnell@bridgephase.com> Date: Tue, 17 Sep 2024 20:37:56 +0000 Subject: [PATCH] fix thanos values for minio logic --- chart/templates/thanos/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/thanos/values.yaml b/chart/templates/thanos/values.yaml index 5ba9c4f8f9..d797b2815b 100644 --- a/chart/templates/thanos/values.yaml +++ b/chart/templates/thanos/values.yaml @@ -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 }} -- GitLab