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 <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-08-18 15:33:28 +08:00
parent 05aa22215e
commit 363b408d39

View File

@ -13,7 +13,7 @@ spec:
refreshInterval: {{ .Values.authentication.secrets.refreshInterval }} refreshInterval: {{ .Values.authentication.secrets.refreshInterval }}
data: data:
{{- range .Values.authentication.secrets.data }} {{- range .Values.authentication.secrets.data }}
- key: {{ .key }} - secretKey: {{ .key }}
remoteRef: remoteRef:
key: {{ .remoteRef.key }} key: {{ .remoteRef.key }}
type: {{ .remoteRef.type }} type: {{ .remoteRef.type }}