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,13 +14,13 @@ spec:
data:
- secretKey: database-url
remoteRef:
key: databases/pgweb
key: pgweb
property: DATABASE_URL
- secretKey: auth-user
remoteRef:
key: databases/pgweb
key: pgweb
property: AUTH_USER
- secretKey: auth-password
remoteRef:
key: databases/pgweb
key: pgweb
property: AUTH_PASSWORD