From 363b408d39b474f70055c6c97cc8788abe14f8ef Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 18 Aug 2025 15:33:28 +0800 Subject: [PATCH] refactor(authentication): update key reference in FreeleapsSecret template - Changed the key reference from 'key' to 'secretKey' in freeleapssecret.yaml to improve clarity and consistency in secret management. - This adjustment aligns with the recent updates to the secret management structure within the authentication module. Signed-off-by: zhenyus --- .../templates/authentication/freeleapssecret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/freeleapssecret.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/freeleapssecret.yaml index 0b6aacc0..e986020a 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/freeleapssecret.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/freeleapssecret.yaml @@ -13,7 +13,7 @@ spec: refreshInterval: {{ .Values.authentication.secrets.refreshInterval }} data: {{- range .Values.authentication.secrets.data }} - - key: {{ .key }} + - secretKey: {{ .key }} remoteRef: key: {{ .remoteRef.key }} type: {{ .remoteRef.type }}