From ea620c19309cffa05d24b13b0c18a97678f51d45 Mon Sep 17 00:00:00 2001 From: adityagajbhiye Date: Mon, 20 Mar 2023 12:55:44 +0530 Subject: [PATCH] Key values change in secret --- charts/dftbackend/templates/postgresql-secrets.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/dftbackend/templates/postgresql-secrets.yaml b/charts/dftbackend/templates/postgresql-secrets.yaml index 3cf460829..58c752a29 100644 --- a/charts/dftbackend/templates/postgresql-secrets.yaml +++ b/charts/dftbackend/templates/postgresql-secrets.yaml @@ -4,5 +4,5 @@ metadata: name: dft-postgresql-secrets type: Opaque stringData: - password: {{ .Values.dftpostgresql.auth.secretKeys.password | default ( randAlphaNum 32 | quote ) }} - postgres-password: {{ .Values.dftpostgresql.auth.secretKeys.password | default ( randAlphaNum 32 | quote ) }} \ No newline at end of file + password: {{ .Values.dftpostgresql.auth.secretKeys.adminPasswordKey | default ( randAlphaNum 32 | quote ) }} + postgres-password: {{ .Values.dftpostgresql.auth.secretKeys.userPasswordKey | default ( randAlphaNum 32 | quote ) }} \ No newline at end of file