From e270f09201d8052dd5252622c36875373bd516e9 Mon Sep 17 00:00:00 2001 From: Anderson Cabral Filho Date: Sat, 23 May 2026 04:01:40 +0000 Subject: [PATCH] feat(minio): root credentials --- apps/minio/Secret.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apps/minio/Secret.yaml diff --git a/apps/minio/Secret.yaml b/apps/minio/Secret.yaml new file mode 100644 index 0000000..211706e --- /dev/null +++ b/apps/minio/Secret.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +kind: Secret +metadata: + name: minio-root +type: Opaque +stringData: + MINIO_ROOT_USER: acabral + MINIO_ROOT_PASSWORD: jpBeyO7Lclsc0ks2POfXxAmB