From 420ba8436628dcd031538d884794717d97935800 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 3 Feb 2024 22:17:37 +0100 Subject: [PATCH] fix(thanos): Use correct name for secret --- .../thanos/monitoring/templates/thanos-store-statefulSet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/thanos/monitoring/templates/thanos-store-statefulSet.yaml b/argocd/thanos/monitoring/templates/thanos-store-statefulSet.yaml index 4632841..fc1fa34 100644 --- a/argocd/thanos/monitoring/templates/thanos-store-statefulSet.yaml +++ b/argocd/thanos/monitoring/templates/thanos-store-statefulSet.yaml @@ -57,7 +57,7 @@ spec: valueFrom: secretKeyRef: key: thanos.yaml - name: thanos-objectstorage + name: thanos-object-storage-config - name: HOST_IP_ADDRESS valueFrom: fieldRef: