From a90df92f310f4bc7c508e332becc5ac190679604 Mon Sep 17 00:00:00 2001 From: pieter Date: Sat, 7 Feb 2026 00:16:08 +0000 Subject: [PATCH] =?UTF-8?q?templates/secret.yaml=20=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/secret.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/secret.yaml b/templates/secret.yaml index d67c8de..fe527a2 100644 --- a/templates/secret.yaml +++ b/templates/secret.yaml @@ -8,4 +8,5 @@ metadata: type: Opaque data: postgres-password: {{ randAlphaNum 16 | b64enc | quote }} -{{- end }} \ No newline at end of file + replication-password: {{ randAlphaNum 16 | b64enc | quote }} +{{- end }}