From b6614bfc4ca9de1b9e7019b8f20eea812ff96dd4 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 18 Aug 2025 15:37:58 +0800 Subject: [PATCH] refactor(authentication): update secret key references in values.alpha.yaml - Changed the JWT and MongoDB URI secret key references to include the 'alpha' prefix for better environment differentiation. - This update aligns with the recent changes in secret management for the authentication module. Signed-off-by: zhenyus --- freeleaps/helm-pkg/authentication/values.alpha.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index 8e33aa47..fa964ce6 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -98,11 +98,11 @@ authentication: data: - key: jwtSecretKey remoteRef: - key: "freeleaps-jwt-secret-key" + key: "freeleaps-alpha-jwt-secret-key" type: Secret - key: mongodbUri remoteRef: - key: "freeleaps-mongodb-uri" + key: "freeleaps-alpha-mongodb-uri" type: Secret vpa: minAllowed: