Skip to content

Commit

Permalink
[chore] Organize the project directory structure
Browse files Browse the repository at this point in the history
fix typo

fix typo
  • Loading branch information
mfordjody committed Sep 22, 2024
1 parent 849acf3 commit d530580
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The Dubbo Kubernetes Integration

1. Download `dubbo-control-plane` binary package.
```shell
curl -L https://raw.githubusercontent.com/apache/dubbo-kubernetes/master/release/downloadDubbo.sh | sh -
curl -L https://raw.githubusercontent.com/apache/dubbo-kubernetes/master/release/ | sh -

cd dubbo-$version
export PATH=$PWD/bin:$PATH
Expand Down
15 changes: 6 additions & 9 deletions app/dubboctl/identifier/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,13 @@ var (
}

chartsUri = deployUri.JoinPath("charts")
profilesUri = deployUri.JoinPath("profiles")
profilesUri = deployUri.JoinPath("test/dubboctl/profiles")
addonsUri = deployUri.JoinPath("addons")
addonDashboardsUri = addonsUri.JoinPath("dashboards")
addonManifestsUri = addonsUri.JoinPath("manifests")

Charts = chartsUri.String()
Profiles = profilesUri.String()
Addons = addonsUri.String()
AddonDashboards = addonDashboardsUri.String()
AddonManifests = addonManifestsUri.String()
addonDashboardsUri = addonsUri.JoinPath("addons/dashboards")
Charts = chartsUri.String()
Addons = addonsUri.String()
AddonDashboards = addonDashboardsUri.String()
Profiles = profilesUri.String()
)

var UnionFS filesystem.UnionFS
Expand Down
2 changes: 1 addition & 1 deletion deploy/embedded.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ import (
"embed"
)

//go:embed all:addons all:charts all:profiles
//go:embed all:addons all:charts
var EmbedRootFS embed.FS
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d530580

Please sign in to comment.