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