worried-knife-31967
08/08/2024, 6:13 PMtall-energy-85878
08/08/2024, 8:14 PMworried-knife-31967
08/08/2024, 10:23 PMConst values = { "newValue": args.outputValue }
tall-energy-85878
08/08/2024, 10:25 PMvalues
input in both the helm chart and the helm release resource. Where are you trying to use values
?worried-knife-31967
08/08/2024, 10:29 PMtall-energy-85878
08/08/2024, 10:31 PMnew k8s.helm.v3.Release(
"foo",
{
...,
values: {
foo: someOtherResource.metadata.namespace
}
}
)
where someOtherResource
is just another k8s resource, and its namespace is an output, this has worked fine for me beforeworried-knife-31967
08/08/2024, 10:39 PMtall-energy-85878
08/08/2024, 10:50 PM