REFACTOR(secrets): flatten Vault paths

- Change secret paths from <category>/<app> to <app>
- databases/postgresql → postgresql
- databases/minio → minio
- databases/pgweb → pgweb
- cluster-infrastructure/velero → velero
This commit is contained in:
2026-01-06 16:52:54 +09:00
parent b5f93b3812
commit 9c0fddb0ef
5 changed files with 15 additions and 15 deletions

View File

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