helm-web-api icon indicating copy to clipboard operation
helm-web-api copied to clipboard

Enabling applications in your Kubernetes cluster to programmatically install helm charts and expose them through a single public facing IP

Results 5 helm-web-api issues
Sort by recently updated
recently updated
newest added

Does this work with helm 3? I noticed in the instructions it lists tiller, which is no longer used with helm 3.

Custom values provided are ignored, because the check on whether values are set is inverted. https://github.com/microsoft/helm-web-api/blob/b8d945249943db07a6bd51c638c2281e5282d082/on-demand-micro-services-deployment-k8s/helm.js#L116 I think the `this` keyword should be omitted, because it is in a static...

Hi, good project, but I've a question. In your examples you use the charts from k8s repo like nginx-ingress. Can I use my charts, from local drive(mounted in pod) or...

- Add namespace functionality to /install - add nameSpace to api docs - Fix typos in api docs