Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackaberry committed Dec 21, 2023
0 parents commit 96abcbd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
theme: jekyll-theme-cayman
title: rqlite Charts
description: rqlite Helm Repository
19 changes: 19 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 96abcbd

Please sign in to comment.