Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
xirehat committed Oct 27, 2023
1 parent 68d416a commit 555db44
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions charts/gatewayd/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# GatewayD Helm Chart

* Installs free and open-source cloud-native database gateway and framework for building data-driven applications [GatewayD](https://gatewayd.io/)

## Get Repo

```
git clone https://github.com/gatewayd-io/helm-charts.git
```

## Installing the Chart

To install the chart with the release name `my-release`:

```
cd helm-charts/charts/gatewayd/
helm install my-release -f values.yaml ./
```

## Uninstalling the Chart

To Uninstall the my-release deployment:

```
helm uninstall my-release
```

0 comments on commit 555db44

Please sign in to comment.