Files
storage/minio/vault/minio-root-password.yaml
Mayne0213 26378b9143 FEAT(minio): add minio and pgweb
- move from applications to databases
2025-12-17 15:17:45 +09:00

31 lines
689 B
YAML

apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: minio-root-password
namespace: minio
spec:
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: vault-backend
target:
name: minio-root-password
creationPolicy: Owner
data:
- secretKey: root-user
remoteRef:
key: minio/root
property: ROOT_USER
- secretKey: root-password
remoteRef:
key: minio/root
property: ROOT_PASSWORD
- secretKey: rootUser
remoteRef:
key: minio/root
property: ROOT_USER
- secretKey: rootPassword
remoteRef:
key: minio/root
property: ROOT_PASSWORD