Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 854 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 854 Bytes

helmAPI

A simple API to automate deployment and management of Helm charts within a cluster

This API is inspired from helm-web-api, which doesn't support Helm v3. This API is backwards compatible with helm-web-api, so requests that worked with helm-web-api should also work with this one.

Documentation

You can read the documentation here

Why does this even exist?

Good question. If you have strong automation needs for kubernetes, by all means use k8s operators (check out the operator framework) or something. But if you're like me and your automation needs are simple (or maybe you already have a lot of stuff written as helm charts), this API is a quick solution.