Fix postgresql url
This commit is contained in:
parent
3814990059
commit
7561c864e6
@ -217,7 +217,7 @@ spec:
|
||||
# -- set the postgresql hostname to talk to
|
||||
# if unset and .Values.postgresql.enabled == true, will generate the default
|
||||
# @default -- `{{ .Release.Name }}-postgresql`
|
||||
host: "postgresql.postgresql-system.svc.cluster.local"
|
||||
host: "postgresql.postgresql.svc.cluster.local"
|
||||
# -- postgresql Database name
|
||||
# @default -- `authentik`
|
||||
name: "authentik"
|
||||
|
Loading…
Reference in New Issue
Block a user