What is your environment, configuration, and command?
running idpbuilder create command in the Codespace as explained the README.
What did you do and What did you see instead?
In the codespace, the idpbuilder create command will give the invalid argocd url with port appended similar to this
Can Access ArgoCD at http://verbose-broccoli-jr5j59g5j7wh56x4-8080.app.github.dev:8080/argocd
Username: admin
Password can be retrieved by running: idpbuilder get secrets -p argocd
I would expect to see it as below,
Can Access ArgoCD at http://verbose-broccoli-jr5j59g5j7wh56x4-8080.app.github.dev/argocd
Username: admin
Password can be retrieved by running: idpbuilder get secrets -p argocd
related code: https://github.com/cnoe-io/idpbuilder/blob/main/pkg/cmd/create/root.go#L134
#267 (comment)
Additional Information. Logs.
No response
What is your environment, configuration, and command?
running idpbuilder create command in the Codespace as explained the README.
What did you do and What did you see instead?
In the codespace, the idpbuilder create command will give the invalid argocd url with port appended similar to this
I would expect to see it as below,
related code: https://github.com/cnoe-io/idpbuilder/blob/main/pkg/cmd/create/root.go#L134
#267 (comment)
Additional Information. Logs.
No response