Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm authored Sep 6, 2024
1 parent 0f67db6 commit c470fb3
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# firecrestspawner
# f7t4jhub: FirecREST for JupyterHub Helm Chart

A custom spawner for JupyterHub using FirecREST.
`firecrestspawner` is based on [batchspawner](https://github.com/jupyterhub/batchspawner).
This is a repository for a Helm chart to deploy JupyterHub using the [firecrestspawner]https://github.com/eth-cscs/firecrestspawner).

### Fetching the repository

```bash
helm repo add f7t4jhub https://eth-cscs.github.io/firecrestspawner
helm repo update
```

The available versions can be listed with

```bash
helm search repo f7t4jhub/f7t4jhub --versions
```

### Deploying the chart

```bash
helm install --create-namespace <deployment-name> -n<namespace> f7t4jhub/f7t4jhub --values values.yaml
```

0 comments on commit c470fb3

Please sign in to comment.