Update Azure credHelpers docs (#2109)

This commit is contained in:
Ishant Mrinal Haloi 2022-05-27 20:59:59 +05:30 committed by GitHub
parent 77ac6942a6
commit 1c0e5a0aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -550,7 +550,7 @@ To configure credentials, you will need to do the following:
it is better to configure the credential tool only for your ACR registries by using `credHelpers` instead of `credsStore`:
```json
{ "credHelpers": {"mycr.azurecr.io": "acr"} }
{ "credHelpers": {"mycr.azurecr.io": "acr-env"} }
```
You can mount in the new config as a configMap: