-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add middleware to prefix JupyterHub navbar items with /hub. #2360
Conversation
I ran into an issue when trying to apply these changes in an existing deployment, having Terraform yield the following error:
I was able to manually delete the manifest in the k8s cluster and then the @viniciusdc should I add the |
Hi @marcelovilla, have you tried doing a fresh install of the current version and applying the changes from the branch over? i remember we did some tinkering with the k8s config manually, I wonder if the message above comes from that |
I had some issues running nebari today, so I will be able to test this only tomorrow morning, but in the mean time, as part of out testing overhaul mindset, it might be interesting to add a cypress test for this: |
@viniciusdc I did and it works just fine. You are right, the error message was because we were manually editing the configuration on that deployment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the amazing work @marcelovilla -- as soon as the tests finishes we can merge this
I agree it might make sense to add some specific tests for this kind of workflows (or user journeys) but if it's ok with you, I would prefer doing so after we have finished the discussion on how to structure our tests in the future. |
Reference Issues or PRs
Closes #2359
What does this implement/fix?
Put a
x
in the boxes that applyTesting
Any other comments?