authentik: explicitly clear redis host to force postgres cache
This commit is contained in:
@@ -11,6 +11,8 @@ authentik:
|
|||||||
name: "authentik"
|
name: "authentik"
|
||||||
host: "psql.psql.svc"
|
host: "psql.psql.svc"
|
||||||
port: 5432
|
port: 5432
|
||||||
|
redis:
|
||||||
|
host: ""
|
||||||
worker:
|
worker:
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user