Skip to content

Commit

Permalink
Fixing the ArgoCD link in the idpbuilder create output logs
Browse files Browse the repository at this point in the history
Signed-off-by: SupriyaNallapeta <[email protected]>
  • Loading branch information
SupriyaNallapeta committed May 29, 2024
1 parent a8fcaff commit 91e515e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/create/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func create(cmd *cobra.Command, args []string) error {
}

fmt.Print("\n\n########################### Finished Creating IDP Successfully! ############################\n\n\n")
fmt.Printf("Can Access ArgoCD at %s\nUsername: admin\n", fmt.Sprintf("%s://%s%s:%s/%s", protocol, subDomain, host, port, subPath))
fmt.Printf("Can Access ArgoCD at %s\nUsername: admin\n", fmt.Sprintf("%s://%s.%s%s:%s", protocol, subPath, subDomain, host, port))
fmt.Print(`Password can be retrieved by running: idpbuilder get secrets -p argocd`, "\n")

return nil
Expand Down

0 comments on commit 91e515e

Please sign in to comment.