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