prehistoric-shampoo-51907
10/13/2021, 1:59 PMYAML
field of yaml.ConfigGroupArgs (pulumi/pulumi-kubernetes/sdk/v3/go/kubernetes)
because it expects plain []string
, and I can’t use Transformations
as the docs state that any values set on the state must be prompt (not Output values)
.
The docs also state that I shouldn’t use Apply
and create the k8s resource in the callback because it could lead to pulumi preview
being wrong.
Is there a solution other than using native k8s sdk resources instead of yaml.ConfigGroups
?
Thanksgreat-breakfast-56601
10/14/2021, 1:14 PMprehistoric-shampoo-51907
10/18/2021, 10:00 AMgreat-breakfast-56601
10/18/2021, 10:01 AMprehistoric-shampoo-51907
10/18/2021, 10:03 AMApply
inside the transformation. The transformation docs state any values set on the state must be prompt (not Output values)
great-breakfast-56601
10/18/2021, 10:08 AMprehistoric-shampoo-51907
10/18/2021, 1:32 PMwe just hung the thread till we had the values we wanted.
? How do you technically do that? and how does it affect the previews using pulumi up
?great-breakfast-56601
10/18/2021, 2:15 PMwhile (Deployment.Instance.IsDryRun != true && string.IsNullOrEmpty(resourceGroupNameOutputValue))
{
Thread.Sleep(200);
}