change constant name

pull/7603/head
Alonyb 2020-04-10 18:51:28 -05:00
parent 201a2bbc62
commit f48d2ca192
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ const (
APIServerPort = 8443
// SSHPort is the SSH serviceport on the node vm and container
SSHPort = 22
// RegisteryAddonPort os the default registery addon port
RegisteryAddonPort = 5000
// RegistryAddonPort os the default registry addon port
RegistryAddonPort = 5000
// APIServerName is the default API server name
APIServerName = "minikubeCA"