fix(reconciler): update Azure Key Vault endpoint in values.alpha.yaml
- Changed the Azure Key Vault endpoint from 'https://management.azure.com/' to 'https://freeleaps-secrets.vault.azure.net/' for correct configuration in the Helm chart. Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
79b7524e11
commit
72d406f18d
@ -122,7 +122,7 @@ secrets:
|
||||
username: freeleapsdevops
|
||||
token: dckr_pat_UHFbzDZk-gZSM2UhRgnmTCMis9g
|
||||
azureKeyVault:
|
||||
endpoint: https://management.azure.com/
|
||||
endpoint: https://freeleaps-secrets.vault.azure.net/
|
||||
clientId: b6be5b92-25a8-482d-8dcd-7321bf2f83d9
|
||||
clientSecret: 4Nx8Q~fYFM~V~3otsN7YB4GPRQ0R8CHJ7XtpLcVA
|
||||
tenantId: cf151ee8-5c2c-4fe7-a1c4-809ba43c9f24
|
||||
|
||||
Loading…
Reference in New Issue
Block a user