big-hair-80287
07/27/2019, 11:52 PMnew k8s.core.v1.Namespace(...)
new helm.v2.Chart(...)
I did not add any references to the namespace, other than the name of the namespace, to the chart. No variables where shared.
I was given this plan.white-balloon-205
07/29/2019, 4:12 PMvalues: { ... }
and include the namespace name in the chart.
You can see examples of this here: https://github.com/pulumi/examples/blob/735a7116f0dcfed83ddaee986cc2c9ac96fec894/aws-ts-eks-hello-world/index.ts
If there is no real dependency, but you still want these to be sceduled one after the other - you can use dependsOn: namespace
in the Chart
.