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 }}