Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
barry cho
Rancher
Commits
7d581aa0
Unverified
Commit
7d581aa0
authored
4 years ago
by
Jacob Payne
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update repo.go
parent
55803e84
master
2.4-head
2.5-head
aecdb0589
ansilh-cs-status-logging
cfbd0d3
cloudnautique-patch-1
cwarren/automate_private_registry_1
dev
dnoland1-cores-metric-patch
dnoland1-patch-1
dnoland1-patch-2
dnoland1-patch-3
dnoland1-patch-4
kinarashah-patch-1
mrajashree-patch-1
not-release/v2.5.11
paynejacob-patch-1-1
rc-19
release/v1.1
release/v2.5
release/v2.5.11
release/v2.5.11-alt
release/v2.5.11-patch1
release/v2.5.3
release/v2.5.5
release/v2.5.7
release/v2.5.7-patch1
release/v2.5.8
release/v2.5.8-patch1
release/v2.5.8-patch2
release/v2.5.8-patch3
release/v2.5.8-rc1
release/v2.5.9
release/v2.5.9-debug1
release/v2.6
release/v2.6.2
revert-29888-revert-ingress-version-fwd
revert-29936-fleet-gitjob-proxy-support
revert-30671-release/v2.5
revert-30698-revert-30671-release/v2.5
revert-31102-restrictedadminrancher
revert-31118-fwd_restrictedadmin
revert-35793-temporarily-disable-fossa
snyk-fix-0564176c790784e319dbf499a8a4b2b8
update-issue-templates
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/data/dashboard/repo.go
+2
-2
pkg/data/dashboard/repo.go
with
2 additions
and
2 deletions
+2
-2
pkg/data/dashboard/repo.go
+
2
-
2
View file @
7d581aa0
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help