From 5de76051a3efbc0ed8a0307215e3160bde137f19 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 31 Mar 2025 05:32:33 -0500 Subject: [PATCH] Add openclarity --- infra/openclarity/templates/secret.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infra/openclarity/templates/secret.yaml b/infra/openclarity/templates/secret.yaml index 8435129..6c9a2aa 100644 --- a/infra/openclarity/templates/secret.yaml +++ b/infra/openclarity/templates/secret.yaml @@ -20,6 +20,10 @@ spec: remoteRef: key: kv/openclarity/postgres property: username + - secretKey: postgres-password + remoteRef: + key: kv/openclarity/postgres + property: password - secretKey: password remoteRef: key: kv/openclarity/postgres