Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anil-intelops committed Aug 16, 2023
1 parent 135c676 commit 7881c11
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7,988 deletions.
4 changes: 2 additions & 2 deletions capten/agent/pkg/agent/agent_climon.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ func (a *Agent) InstallApp(ctx context.Context, request *agentpb.InstallAppReque
PrivilegedNamespace: request.AppConfig.PrivilegedNamespace,
Icon: string(request.AppConfig.Icon),
LaunchURL: request.AppConfig.LaunchURL,
LaunchRedirectURL: request.AppConfig.LaunchRedirectURL,
ClusterName: "inbuilt",
// LaunchRedirectURL: request.AppConfig.LaunchRedirectURL,
ClusterName: "inbuilt",
}
run, err := worker.SendInstallAppEvent(ctx, "install", config)
if err != nil {
Expand Down
Loading

0 comments on commit 7881c11

Please sign in to comment.