Skip to content

Commit

Permalink
Register registry-proxy with registry addons
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarom authored and medyagh committed Jun 19, 2019
1 parent 25060c5 commit bf50225
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/minikube/assets/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,12 @@ var Addons = map[string]*Addon{
"registry-svc.yaml",
"0640",
false),
MustBinAsset(
"deploy/addons/registry/registry-proxy.yaml.tmpl",
constants.AddonsPath,
"registry-proxy.yaml",
"0640",
false),
}, false, "registry"),
"registry-creds": NewAddon([]*BinAsset{
MustBinAsset(
Expand Down

0 comments on commit bf50225

Please sign in to comment.