This message was deleted.
# kubernetes
s
This message was deleted.
r
b
There’s some prior chats about certmanager specifically and the dependency piece
r
So from what I can it has something to do with child dependencies of the chart not being ready
b
I believe so, that was always the conclusion. I don’t know much about the C# SDK specifically, but it may expose the list of all child resources and you can wait on that specifically, as opposed to the HelmChart resource itself.
r
I'm really struggling to figure out the SDK API to do this ... will post my updates
s
in the ClusterIssuer I have (in TypeScript)
Copy code
dependsOn: chart.resources.apply((m) => Object.values(m))
b
I believe Go also exposes all the
Resources