Fix host name of db
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-10-15 09:47:42 -04:00
parent e23279288d
commit 6ad5dcc693

View File

@ -111,7 +111,7 @@ spec:
# -- set the postgresql hostname to talk to # -- set the postgresql hostname to talk to
# if unset and .Values.postgresql.enabled == true, will generate the default # if unset and .Values.postgresql.enabled == true, will generate the default
# @default -- `{{ .Release.Name }}-postgresql` # @default -- `{{ .Release.Name }}-postgresql`
host: "postgresql-system.postgresql.svc.cluster.local" host: "postgresql.postgresql-system.svc.cluster.local"
# -- postgresql Database name # -- postgresql Database name
# @default -- `authentik` # @default -- `authentik`
name: "authentik" name: "authentik"