Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
s
shy-army-45455
04/25/2019, 7:15 AM
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
gorgeous-egg-16927
04/25/2019, 4:51 PM
We don’t currently support passing a values file, but you can set the values with
https://pulumi.io/reference/pkg/nodejs/@pulumi/kubernetes/helm/v2/#ChartOpts-values
e.g.
https://github.com/pulumi/pulumi-kubernetes/blob/master/tests/integration/istio/step1/istio.ts#L64
s
shy-army-45455
04/28/2019, 1:38 PM
Thanks, I'll check that out
Post