REFACTOR(secrets): flatten Vault paths

- Change secret paths from <category>/<app> to <app>
- applications/code-server → code-server
- applications/umami → umami
- databases/postgresql → postgresql
- cluster-infrastructure/authelia → authelia
This commit is contained in:
2026-01-06 16:53:02 +09:00
parent 068d9339b9
commit d65596309b
3 changed files with 5 additions and 5 deletions

View File

@@ -14,5 +14,5 @@ spec:
data: data:
- secretKey: password - secretKey: password
remoteRef: remoteRef:
key: applications/code-server key: code-server
property: PASSWORD property: PASSWORD

View File

@@ -14,7 +14,7 @@ spec:
data: data:
- secretKey: password - secretKey: password
remoteRef: remoteRef:
key: databases/postgresql key: postgresql
property: PASSWORD property: PASSWORD
--- ---
@@ -34,5 +34,5 @@ spec:
data: data:
- secretKey: OAUTH_CLIENT_SECRET - secretKey: OAUTH_CLIENT_SECRET
remoteRef: remoteRef:
key: cluster-infrastructure/authelia key: authelia
property: IMMICH_CLIENT_SECRET property: IMMICH_CLIENT_SECRET

View File

@@ -14,9 +14,9 @@ spec:
data: data:
- secretKey: database-url - secretKey: database-url
remoteRef: remoteRef:
key: applications/umami key: umami
property: DATABASE_URL property: DATABASE_URL
- secretKey: hash-salt - secretKey: hash-salt
remoteRef: remoteRef:
key: applications/umami key: umami
property: HASH_SALT property: HASH_SALT