From 6ad5dcc693c7be5478c4e16c9282b6cd0569b4a8 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 15 Oct 2023 09:47:42 -0400 Subject: [PATCH] Fix host name of db --- authentik/helmrelease-authentik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/helmrelease-authentik.yaml b/authentik/helmrelease-authentik.yaml index 19fad55..b58fe8c 100644 --- a/authentik/helmrelease-authentik.yaml +++ b/authentik/helmrelease-authentik.yaml @@ -111,7 +111,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-system.postgresql.svc.cluster.local" + host: "postgresql.postgresql-system.svc.cluster.local" # -- postgresql Database name # @default -- `authentik` name: "authentik"