From 54fce04d50eece2e3e2d306613956a861806d805 Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Mon, 21 Oct 2024 14:11:57 +0200 Subject: [PATCH] =?UTF-8?q?password=20f=C3=BCr=20admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argocd/apps/minio/minio.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/apps/minio/minio.yaml b/argocd/apps/minio/minio.yaml index cb2053d..652fd33 100644 --- a/argocd/apps/minio/minio.yaml +++ b/argocd/apps/minio/minio.yaml @@ -11,8 +11,8 @@ spec: targetRevision: 14.*.* helm: parameters: -# - name: auth.rootPassword -# value: '12345678' + - name: auth.rootPassword + value: '12345678' - name: ingress.enabled value: 'true' - name: ingress.hostname