Are there any examples of installing a helm chart ...
# general
s
Are there any examples of installing a helm chart using values from a YAML config? Equivalent to: helm install -n ingress stable/nginx-ingress -f my-config.yaml I found kubernetes.helm.v2.Chart, but wasn't sure how to pass along the YAML file
g
s
Thanks, I'll check that out