diff --git a/chart/templates/thanos/values.yaml b/chart/templates/thanos/values.yaml
index 5ba9c4f8f99e7dcc372a3bb33388421fd85cf650..d797b2815bdc7ef5a1b83472da886a213c54639d 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 }}