mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🐛 fix secrets
This commit is contained in:
@@ -46,6 +46,6 @@ spec:
|
|||||||
- *host
|
- *host
|
||||||
valuesFrom:
|
valuesFrom:
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: weave-gitops
|
name: weave-gitops-secret
|
||||||
valuesKey: adminPassword
|
valuesKey: adminPassword
|
||||||
targetPath: adminUser.passwordHash
|
targetPath: adminUser.passwordHash
|
||||||
|
@@ -24,6 +24,8 @@ spec:
|
|||||||
INIT_POSTGRES_PASS: '{{ .POSTGRES_PASS }}'
|
INIT_POSTGRES_PASS: '{{ .POSTGRES_PASS }}'
|
||||||
INIT_POSTGRES_SUPER_PASS: '{{ .POSTGRES_SUPER_PASS }}'
|
INIT_POSTGRES_SUPER_PASS: '{{ .POSTGRES_SUPER_PASS }}'
|
||||||
dataFrom:
|
dataFrom:
|
||||||
|
- extract:
|
||||||
|
key: cloudnative-pg
|
||||||
- extract:
|
- extract:
|
||||||
key: pushover
|
key: pushover
|
||||||
- extract:
|
- extract:
|
||||||
|
Reference in New Issue
Block a user