Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild authored Jul 21, 2023
1 parent aa6b897 commit b6bc7a4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Nebari Workflow Controller
A kubernetes admission controller to enable volumeMount permissions on Argo Workflows on Nebari and provide a convenience method for deploying jupyterlab-like workflows for users.

![PyPI](https://img.shields.io/pypi/v/nebari-workflow-controller)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nebari-workflow-controller)


A [kubernetes admission controller](https://kubernetes.io/blog/2019/03/21/a-guide-to-kubernetes-admission-controllers/) to enable volumeMount permissions on Argo Workflows on Nebari and provide a convenience method for deploying jupyterlab-like workflows for users.

# Run project
- `pip install .`
- `pip install nebari-workflow-controller`
- `python -m nebari_workflow_controller`

# Known Limitations
Expand Down

0 comments on commit b6bc7a4

Please sign in to comment.