From b13488cc8bb87792f170c78e5d95083ba97e3ffa Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Fri, 10 Apr 2026 13:00:35 +0300 Subject: [PATCH] auto-create minio users --- .../yc-k8s-test/infrastructure/patches/minio.yaml | 12 ++++++++---- infrastructure/minio/base/helmrelease.yaml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/clusters/yc-k8s-test/infrastructure/patches/minio.yaml b/clusters/yc-k8s-test/infrastructure/patches/minio.yaml index cc95a52..a0cd046 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/minio.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/minio.yaml @@ -51,9 +51,13 @@ spec: - "s3:PutObject" - "s3:ListMultipartUploadParts" users: - - accessKey: console - secretKey: console123 + - existingSecret: minio-user-console + existingSecretAccessKeyKey: accessKey + existingSecretKey: secretKey + bucket: console policy: consoleAdmin - - accessKey: s3-proxy - secretKey: s3-proxy-change-me-password + - existingSecret: minio-user-s3-proxy + existingSecretAccessKeyKey: accessKey + existingSecretKey: secretKey + bucket: dumps policy: dumps-owner diff --git a/infrastructure/minio/base/helmrelease.yaml b/infrastructure/minio/base/helmrelease.yaml index 589c029..ec87396 100644 --- a/infrastructure/minio/base/helmrelease.yaml +++ b/infrastructure/minio/base/helmrelease.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: minio-contour - version: "5.4.0" + version: "5.4.1" sourceRef: kind: HelmRepository name: yc-oci-charts