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:
parent
05aa22215e
commit
363b408d39
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user