Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appserving 목록 조회시 org 내의 모든 app이 리턴되는 오류 수정 #381

Merged
merged 9 commits into from
Apr 16, 2024
2 changes: 1 addition & 1 deletion cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func init() {
flag.String("console-address", "https://tks-console-dev.taco-cat.xyz", "service address for console")

// app-serve-apps
flag.String("image-registry-url", "harbor-dev.taco-cat.xyz/appserving", "URL of image registry")
flag.String("image-registry-url", "harbor.taco-cat.xyz/appserving", "URL of image registry")
flag.String("harbor-pw-secret", "harbor-core", "name of harbor password secret")
flag.String("git-repository-url", "github.com/openinfradev", "URL of git repository")

Expand Down
Loading
Loading