From a2693c13f2c8cf4e3d48656c87d0baab884824f9 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 12 Sep 2024 14:21:54 +0200 Subject: [PATCH] Remove quotes pw secret --- ente-photos/ente-photos-es.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ente-photos/ente-photos-es.yaml b/ente-photos/ente-photos-es.yaml index 0377ece..2bb2c57 100644 --- a/ente-photos/ente-photos-es.yaml +++ b/ente-photos/ente-photos-es.yaml @@ -18,13 +18,13 @@ spec: port: 5432 name: ente_db user: pguser - password: "{{ .pgpass }}" + password: {{ .pgpass }} s3: are_local_buckets: false ente-photos: key: ente-photos-user - secret: "{{ .entepass }}" + secret: {{ .entepass }} endpoint: minio.hensen.io:3200 region: nl bucket: ente-photos