diff --git a/charts/gatewayd/README.md b/charts/gatewayd/README.md new file mode 100644 index 0000000..8b75f3d --- /dev/null +++ b/charts/gatewayd/README.md @@ -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 +```