remove unrelate change

pull/7726/head
Medya Gh 2020-04-16 15:15:42 -07:00
parent bb327e250d
commit 1b85d484a9
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ You can add one by annotating a service with the label {{.labelName}}:{{.addonNa
for i := range serviceList.Items {
svc := serviceList.Items[i].ObjectMeta.Name
var urlString []string
if urlString, err = service.WaitForService(co.API, namespace, svc, addonsURLTemplate, addonsURLMode, https, wait, interval); err != nil {
exit.WithCodeT(exit.Unavailable, "Wait failed: {{.error}}", out.V{"error": err})
}