Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Nov 26, 2024
1 parent 013317d commit 60062a3
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,15 @@

Official [Helm](https://helm.sh) charts for deploying [Kamu](https://kamu.dev) components in [Kubernetes](https://kubernetes.io).

## Using
See [Kamu Node documentation](https://docs.kamu.dev/node/) for architecture overview and deployment instructions.

## Usage
[Helm](https://helm.sh) must be installed to use the charts. Please refer to Helm's [documentation](https://helm.sh/docs) to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add kamu https://kamu-data.github.io/helm-charts

If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages. You can then run `helm search repo
kamu` to see the charts.

To install, for example, the `kamu-api-server` chart:

helm install my-kamu-api-server kamu/kamu-api-server

To uninstall the chart:

helm delete my-kamu-api-server
See [kamu-deploy-example](https://github.com/kamu-data/kamu-deploy-example) repository for recommended Infrastructure-as-Code setup.


## Contributing
The source code of all Kamu Helm charts can be found on Github: [https://github.com/kamu-data/helm-charts/](https://github.com/kamu-data/helm-charts/)

We'd love to have you contribute! Please refer to our [developer documentation](https://github.com/kamu-data/helm-charts/blob/master/DEVELOPERS.md) for details.
Contributions are welcome! Please refer to our [developer documentation](https://github.com/kamu-data/helm-charts/blob/master/DEVELOPERS.md) for details.


## License
Apache 2.0 License.
Charts are provided under Apache 2.0 License.

0 comments on commit 60062a3

Please sign in to comment.