Skip to content

Commit

Permalink
Use the correct kaniko credsStore
Browse files Browse the repository at this point in the history
I know because I changed it in GoogleContainerTools/kaniko#1121 :)
  • Loading branch information
carlossg authored and ph-git-bot committed Jan 7, 2021
1 parent 79026b6 commit 7a7df97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeProviders/aks/values.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jenkins-x-platform:
# lets enable ACR docker builds
DockerConfig: |-
{
"credsStore": "acr-linux"
"credsStore": "acr"
}
docker-registry:
Expand Down

0 comments on commit 7a7df97

Please sign in to comment.