Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 925 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 925 Bytes

Go Report Card Build Status Twitter

lib-helm

A Multi-tenant server-side Helm Library

Helm, the Kubernetes package manager, implementation makes assumption about running from a single workstation. This library adapts the code from Helm project to remove any such assumptions and makes it possible to download & render charts on a multi-tenant server.

Acknowledgement

Majority of the source code in this project has been taken from Helm project as evident from the license header in source files.