Fix Bug Creating Tenant Pull Secret. (#267)

This commit is contained in:
Daniel Valdivia
2020-09-04 17:09:17 -07:00
committed by GitHub
parent c59387c2b4
commit 94096ee657
3 changed files with 658 additions and 3 deletions

View File

@@ -787,7 +787,7 @@ func setImageRegistry(ctx context.Context, tenantName string, req *models.ImageR
if err != nil {
return "", err
}
return "", nil
return pullSecretName, nil
}
return "", err
}