diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d301a7 --- /dev/null +++ b/README.md @@ -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' +``` +