mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 10:32:55 +02:00
ttrss: remove slash
This commit is contained in:
@@ -7,7 +7,7 @@ metadata:
|
|||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: cert-manager
|
namespace:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
@@ -39,7 +39,7 @@ spec:
|
|||||||
TTRSS_SELF_URL_PATH: ""
|
TTRSS_SELF_URL_PATH: ""
|
||||||
# -- Postgres database hostname
|
# -- Postgres database hostname
|
||||||
# @default -- internal postgresql URL
|
# @default -- internal postgresql URL
|
||||||
TTRSS_DB_HOST: "{{ printf \"%s-postgresql\" .Release.Name }}"
|
TTRSS_DB_HOST: "{{ printf '%s-postgresql' .Release.Name }}"
|
||||||
# -- Postgres database port.
|
# -- Postgres database port.
|
||||||
TTRSS_DB_PORT: "5432"
|
TTRSS_DB_PORT: "5432"
|
||||||
# -- Postgres database user name
|
# -- Postgres database user name
|
||||||
|
|||||||
Reference in New Issue
Block a user