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