From 1c0e5a0aca7f40f7a747cc89a365d0300015b06d Mon Sep 17 00:00:00 2001 From: Ishant Mrinal Haloi Date: Fri, 27 May 2022 20:59:59 +0530 Subject: [PATCH] Update Azure credHelpers docs (#2109) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0cf401022..ca8d157116 100644 --- a/README.md +++ b/README.md @@ -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: