Update Azure credHelpers docs (#2109)
This commit is contained in:
parent
77ac6942a6
commit
1c0e5a0aca
|
|
@ -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`:
|
it is better to configure the credential tool only for your ACR registries by using `credHelpers` instead of `credsStore`:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{ "credHelpers": {"mycr.azurecr.io": "acr"} }
|
{ "credHelpers": {"mycr.azurecr.io": "acr-env"} }
|
||||||
```
|
```
|
||||||
|
|
||||||
You can mount in the new config as a configMap:
|
You can mount in the new config as a configMap:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue