From f793f59d3551e24c036d85a3a48a048b1db31963 Mon Sep 17 00:00:00 2001 From: "taekyu.kang" Date: Thu, 9 Nov 2023 10:25:58 +0900 Subject: [PATCH] bugfix. change variable "postgresql-password" to "postgre-password" --- tks-admin-cluster/tks-install-admin-tools.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tks-admin-cluster/tks-install-admin-tools.yaml b/tks-admin-cluster/tks-install-admin-tools.yaml index e11f9a1c..959e5e9f 100644 --- a/tks-admin-cluster/tks-install-admin-tools.yaml +++ b/tks-admin-cluster/tks-install-admin-tools.yaml @@ -139,7 +139,7 @@ spec: valueFrom: secretKeyRef: name: argo-postgres-config - key: postgresql-password + key: postgres-password command: - /bin/sh - "-exc" @@ -179,7 +179,7 @@ spec: valueFrom: secretKeyRef: name: argo-postgres-config - key: postgresql-password + key: postgres-password command: - /bin/sh - "-exc"