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:
@@ -14,5 +14,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: applications/code-server
|
key: code-server
|
||||||
property: PASSWORD
|
property: PASSWORD
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user