From b840d91b7514d6a11287eb418f19aa5ad566a211 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 17 Jun 2023 14:43:48 +0000 Subject: [PATCH] Update file secrets.yaml --- kong/templates/secrets.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kong/templates/secrets.yaml b/kong/templates/secrets.yaml index 7070834..77ee9ce 100644 --- a/kong/templates/secrets.yaml +++ b/kong/templates/secrets.yaml @@ -104,4 +104,8 @@ spec: - secretKey: postgres-database remoteRef: key: secrets/kong/postgres - property: database \ No newline at end of file + property: database + - secretKey: password + remoteRef: + key: secrets/kong/postgres + property: password \ No newline at end of file