diff --git a/_config.yaml b/_config.yaml new file mode 100644 index 0000000..8e65153 --- /dev/null +++ b/_config.yaml @@ -0,0 +1,3 @@ +theme: jekyll-theme-cayman +title: rqlite Charts +description: rqlite Helm Repository diff --git a/index.md b/index.md new file mode 100644 index 0000000..c4e0a68 --- /dev/null +++ b/index.md @@ -0,0 +1,19 @@ +# rqlite Helm Repository + +## Add the rqlite Helm repository + +```sh +helm repo add rqlite https://rqlite.github.io/helm-charts +``` + +## Install rqlite + +```sh +helm upgrade -i -n db rqlite rqlite/rqlite +``` + +For more documentation on installing rqlite, please see the [chart's README](https://github.com/rqlite/helm-charts/tree/master/charts/rqlite). + +## License + +[MIT License](https://github.com/rqlite/helm-charts/blob/master/LICENSE)