-
Notifications
You must be signed in to change notification settings - Fork 74
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 clarification note and contents detail #3
Conversation
README.md
Outdated
|
||
- `common.yaml` configuration settings that are used in all deployment files | ||
- `local.yaml` (TODO) | ||
- `staging.yaml` config used for staging a BinderHub deployment for testing | ||
- `staging.yaml` config used for staging the `beta.mybinder.org` 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.
It's the config for the 'staging' binder service, which currently lives at https://binder.binder-staging.omgwtf.in/ (and should move to staging.mybinder.org at some point)
README.md
Outdated
|
||
### repo root directory | ||
|
||
- `common.yaml` (TODO: How does this differ from the common.yaml in the binder directory) |
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.
This file should just be removed.
[binderhub-deploy]: https://github.com/jupyterhub/binderhub-deploy | ||
[BinderHub]: https://github.com/jupyterhub/binderhub | ||
[JupyterHub]: https://github.com/jupyterhub/jupyterhub | ||
### `support` directory |
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.
This contains a set of 3rd party charts we use for supporting our own code on the binder deployment. The charts we use and their versions are specified in requirements.yaml, and the configuration of those charts is in values.yaml.
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.
Added this content.
I left some comments but otherwise looks good, @willingc! Tyvm! |
tyvm @willingc! |
Add GitLab CI Kubernetes agent for stage Closes jupyterhub#3 See merge request methods-hub/interactive-environment!2
Add GitLab CI Closes jupyterhub#3 See merge request methods-hub/interactive-environment!3
Closes #2