psql pw
This commit is contained in:
parent
505e43f23c
commit
fe0257a3ab
@ -30,3 +30,20 @@ spec:
|
|||||||
remoteRef:
|
remoteRef:
|
||||||
key: authentik/authentik
|
key: authentik/authentik
|
||||||
property: secret_key
|
property: secret_key
|
||||||
|
---
|
||||||
|
apiVersion: external-secrets.io/v1alpha1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: ext-authentik-psql
|
||||||
|
namespace: authentik
|
||||||
|
spec:
|
||||||
|
secretStoreRef:
|
||||||
|
name: ext-authentik-backend
|
||||||
|
kind: SecretStore
|
||||||
|
target:
|
||||||
|
name: postgres-secret
|
||||||
|
data:
|
||||||
|
- secretKey: password
|
||||||
|
remoteRef:
|
||||||
|
key: authentik/postgres
|
||||||
|
property: password
|
||||||
|
@ -46,6 +46,11 @@ spec:
|
|||||||
key: AUTHENTIK_SECRET_KEY
|
key: AUTHENTIK_SECRET_KEY
|
||||||
name: authentik-secret
|
name: authentik-secret
|
||||||
|
|
||||||
|
AUTHENTIK_POSTGRESQL__PASSWORD:
|
||||||
|
secretKeyRef:
|
||||||
|
key: password
|
||||||
|
name: postgres-secret
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
image:
|
image:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
|
Loading…
Reference in New Issue
Block a user