Support git/tarball based helm chart repos #807
Labels
area/community
Related to ability of community to participate in pulumi-kubernetes development
area/helm
kind/enhancement
Improvements or new features
mro2
Monica's list of 2st tier overlay related issues
Problem description
HashiCorp's official helm chart at https://github.com/hashicorp/vault-helm does not actually have an
index.yaml
because they do not have a proper setup. With this in mind, we cannot specify a helm chart without having previously downloaded the chart ourselves.Suggestions for a fix
Add the ability to clone repositories and specify tarball URLs that will not execute
helm repo add
. Essentially, add a way to automatically download/clone an endpoint without having to setup a proper helm chart.The text was updated successfully, but these errors were encountered: