REFACTOR(vault): update Vault secret paths

- Update secret paths for databases/*
- Reorganize secret structure
This commit is contained in:
2025-12-17 21:32:31 +09:00
parent 26378b9143
commit b6802a45e6
4 changed files with 12 additions and 12 deletions

View File

@@ -14,17 +14,17 @@ spec:
data:
- secretKey: root-user
remoteRef:
key: minio/root
key: databases/minio
property: ROOT_USER
- secretKey: root-password
remoteRef:
key: minio/root
key: databases/minio
property: ROOT_PASSWORD
- secretKey: rootUser
remoteRef:
key: minio/root
key: databases/minio
property: ROOT_USER
- secretKey: rootPassword
remoteRef:
key: minio/root
key: databases/minio
property: ROOT_PASSWORD