change mongodb uri secret key and jwt secret key
This commit is contained in:
parent
60d0991d99
commit
34544787e7
@ -105,7 +105,7 @@ authentication:
|
|||||||
type: Secret
|
type: Secret
|
||||||
- key: mongodbUri
|
- key: mongodbUri
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: "freeleaps-alpha-mongodb-uri"
|
key: "magicleaps-alpha-mongodb-uri"
|
||||||
type: Secret
|
type: Secret
|
||||||
vpa:
|
vpa:
|
||||||
minAllowed:
|
minAllowed:
|
||||||
|
|||||||
@ -101,11 +101,11 @@ authentication:
|
|||||||
data:
|
data:
|
||||||
- key: jwtSecretKey
|
- key: jwtSecretKey
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: "freeleaps-prod-jwt-secret-key"
|
key: "magicleaps-prod-jwt-secret-key"
|
||||||
type: Secret
|
type: Secret
|
||||||
- key: mongodbUri
|
- key: mongodbUri
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: "freeleaps-prod-mongodb-uri"
|
key: "magicleaps-prod-mongodb-uri"
|
||||||
type: Secret
|
type: Secret
|
||||||
vpa:
|
vpa:
|
||||||
minAllowed:
|
minAllowed:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user