sparse-intern-71089
07/14/2022, 9:56 PMsteep-toddler-94095
07/15/2022, 3:08 AMdependsOn: configFile.resources
instead of dependsOn: configFile
wet-noon-14291
07/15/2022, 6:04 AMlimited-rainbow-51650
07/15/2022, 8:32 AMConfigFile
resource, did you set your ComponentResource
subclass as its parent
in opts
?limited-rainbow-51650
07/15/2022, 8:34 AMAnotherResource
will only be created when MyComponent
and all it’s child resources are created when they are properly parent
-ed.limited-rainbow-51650
07/15/2022, 8:48 AMresources
seems to be what you need in the meantime:
https://github.com/pulumi/pulumi-kubernetes/issues/861#issuecomment-901862700wet-noon-14291
07/19/2022, 9:40 PMViz
it depends on my linkerd
resources (through ready
). But for some reason it doesn't work on first run since the linkerd proxy isn't injected into the viz
pods, which they should be if linkerd
was running. Commenting out viz
to remove it and then deploy again when linkerd
is already running works as expected.