Skip to content

Commit

Permalink
docs: add a README.md at root level
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Schulze committed Jan 28, 2023
1 parent 3f1a396 commit eb4dcf9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# restinthemiddle Helm chart repository

## Add Helm repository

```shell
helm repo add https://restinthemiddle.github.io/helm
helm repo update
```

## Deploy restinthemiddle

```shell
helm install restinthemiddle-example restinthemiddle/restinthemiddle --set='config.targetHostDsn=https://www.example.com'
```

0 comments on commit eb4dcf9

Please sign in to comment.