From fab3ae0486da8a6de4a124e136685a873b856710 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 20 Jan 2025 00:15:06 +0100 Subject: [PATCH] ttrss: remove slash --- apps/templates/helm-ttrss.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/templates/helm-ttrss.yaml b/apps/templates/helm-ttrss.yaml index 285a78f..41b0c90 100644 --- a/apps/templates/helm-ttrss.yaml +++ b/apps/templates/helm-ttrss.yaml @@ -7,7 +7,7 @@ metadata: - resources-finalizer.argocd.argoproj.io spec: destination: - namespace: cert-manager + namespace: server: https://kubernetes.default.svc project: default source: @@ -39,7 +39,7 @@ spec: TTRSS_SELF_URL_PATH: "" # -- Postgres database hostname # @default -- internal postgresql URL - TTRSS_DB_HOST: "{{ printf \"%s-postgresql\" .Release.Name }}" + TTRSS_DB_HOST: "{{ printf '%s-postgresql' .Release.Name }}" # -- Postgres database port. TTRSS_DB_PORT: "5432" # -- Postgres database user name