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

View File

@ -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: