Fix postgresql url

This commit is contained in:
Tyler Perkins 2024-11-22 19:29:19 -05:00
parent 3814990059
commit 7561c864e6
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -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"