REFACTOR(secrets): flatten Vault paths

- Change secret paths from <category>/<app> to <app>
- monitoring/alertmanager → alertmanager
- monitoring/grafana → grafana
- databases/postgresql → postgresql
This commit is contained in:
2026-01-06 16:52:58 +09:00
parent 7888aeff36
commit 69dc3b34be
3 changed files with 5 additions and 5 deletions

View File

@@ -14,5 +14,5 @@ spec:
data:
- secretKey: password
remoteRef:
key: databases/postgresql
key: postgresql
property: PASSWORD