migrate minio to operator pattern (operator + tenant CR)

This commit is contained in:
Alexander Rogov
2026-07-12 19:20:50 +03:00
parent dacbce4c85
commit e47c8cea44
5 changed files with 84 additions and 35 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Secret
metadata:
name: shared-minio-creds
namespace: minio
type: Opaque
stringData:
accesskey: admin
secretkey: change-me