From f646bb06fd5dda666b440b80955af80c7bdc4107 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:31:52 -0700 Subject: [PATCH] =?UTF-8?q?fix(minio,loki):=20declare=20loki-chunks/ruler/?= =?UTF-8?q?admin=20buckets=20in=20minio=20Tenant=20=E2=80=94=20loki=20fail?= =?UTF-8?q?ed=20with=20NoSuchBucket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/infrastructure/minio/minio-tenant.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/k8s/infrastructure/minio/minio-tenant.yaml b/k8s/infrastructure/minio/minio-tenant.yaml index 611ade6..b6d27b4 100644 --- a/k8s/infrastructure/minio/minio-tenant.yaml +++ b/k8s/infrastructure/minio/minio-tenant.yaml @@ -66,6 +66,9 @@ spec: # ── Declarative buckets (operator creates on first boot) ──────────────────── buckets: - name: riotpiao-models + - name: loki-chunks + - name: loki-ruler + - name: loki-admin # ── Declarative users (each references a Secret of the same name holding # CONSOLE_ACCESS_KEY / CONSOLE_SECRET_KEY) ─────────────────────────────