From 7561c864e6e40df0fcf0e718443f20887ef6f853 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 22 Nov 2024 19:29:19 -0500 Subject: [PATCH] Fix postgresql url --- cluster/authentik/helmrelease-authentik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/authentik/helmrelease-authentik.yaml b/cluster/authentik/helmrelease-authentik.yaml index d378d75..1b5c0ee 100644 --- a/cluster/authentik/helmrelease-authentik.yaml +++ b/cluster/authentik/helmrelease-authentik.yaml @@ -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"