Skip to content

Commit

Permalink
Merge pull request #9733 from alonyb/w/fix-cred-addon
Browse files Browse the repository at this point in the history
Fix registry-creds addon failure with ImageRepository
  • Loading branch information
medyagh authored Nov 18, 2020
2 parents 1d37a91 + b4681e4 commit b77718a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/assets/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ var Addons = map[string]*Addon{
vmpath.GuestAddonsDir,
"registry-creds-rc.yaml",
"0640",
false),
true),
}, false, "registry-creds"),
"registry-aliases": NewAddon([]*BinAsset{
MustBinAsset(
Expand Down

0 comments on commit b77718a

Please sign in to comment.