We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following line defines a format for the Gitops repo URL which is incorrect and fails validation when assigned to inputs.repository:
inputs.repository
nebari/src/_nebari/subcommands/init.py
Line 776 in 8e181bd
This causes Guided Init to fail if Gitops is selected. Changing the format to use https instead of http appears to fix this.
https
http
NOTE: the Guided Init help text also incorrectly refers to http instead of https.
The constructed URL should be valid and initialization should complete.
macOS 13.5.2 (22G91) (M1)
nebari init --guided-init
No response
nebari version 2023.9.1rc2.dev1+g056b420
None
The text was updated successfully, but these errors were encountered:
Hi @biztos! Thanks for sharing this with us. I believe there is an open PR with this fix 💪
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
The following line defines a format for the Gitops repo URL which is incorrect and fails validation when assigned to
inputs.repository
:nebari/src/_nebari/subcommands/init.py
Line 776 in 8e181bd
This causes Guided Init to fail if Gitops is selected. Changing the format to use
https
instead ofhttp
appears to fix this.NOTE: the Guided Init help text also incorrectly refers to
http
instead ofhttps
.Expected behavior
The constructed URL should be valid and initialization should complete.
OS and architecture in which you are running Nebari
macOS 13.5.2 (22G91) (M1)
How to Reproduce the problem?
nebari init --guided-init
Command output
No response
Versions and dependencies used.
nebari version 2023.9.1rc2.dev1+g056b420
Compute environment
None
Integrations
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: