refactor: update Vault secret paths to new categorized structure
- code-server: code-server → applications/code-server - mas: mas → applications/mas, postgresql → storage/postgresql - umami: umami → applications/umami - headlamp: authelia → security/authelia Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -14,5 +14,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: code-server
|
key: applications/code-server
|
||||||
property: PASSWORD
|
property: PASSWORD
|
||||||
|
|||||||
@@ -23,5 +23,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: clientSecret
|
- secretKey: clientSecret
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: authelia
|
key: security/authelia
|
||||||
property: HEADLAMP_CLIENT_SECRET
|
property: HEADLAMP_CLIENT_SECRET
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: anthropic-api-key
|
- secretKey: anthropic-api-key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: mas
|
key: applications/mas
|
||||||
property: ANTHROPIC_API_KEY
|
property: ANTHROPIC_API_KEY
|
||||||
---
|
---
|
||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1
|
||||||
@@ -31,5 +31,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: postgresql
|
key: storage/postgresql
|
||||||
property: PASSWORD
|
property: PASSWORD
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: database-url
|
- secretKey: database-url
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: umami
|
key: applications/umami
|
||||||
property: DATABASE_URL
|
property: DATABASE_URL
|
||||||
- secretKey: hash-salt
|
- secretKey: hash-salt
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: umami
|
key: applications/umami
|
||||||
property: HASH_SALT
|
property: HASH_SALT
|
||||||
|
|||||||
Reference in New Issue
Block a user