Unverified Commit 7d581aa0 authored by Jacob Payne's avatar Jacob Payne Committed by GitHub
Browse files

Update repo.go

Showing with 2 additions and 2 deletions
+2 -2
......@@ -12,11 +12,11 @@ func addRepos(ctx context.Context, wrangler *wrangler.Context) error {
// TODO Create ClusterRepo, don't ignore, only do this once, so save some state that this was done
_, _ = wrangler.Catalog.Repo().Create(&v1.Repo{
ObjectMeta: metav1.ObjectMeta{
Name: "dev-charts",
Name: "rancher-charts",
Namespace: "default",
},
Spec: v1.RepoSpec{
URL: "https://dev-charts.rancher.io",
URL: "https://charts.rancher.io",
},
})
return nil
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment