hey folks, how do you deal with these type of erro...
# general
l
hey folks, how do you deal with these type of errors: 1. I'm installing a helm chart via pulumi (example
kyvernoChart
) 2. Then I try creating some related CRDs (example a kyverno
cluster- policy
via pulumi as well and I added the
kyvernoChart
in the
dependsOn
yet they throw error due to it waiting for some k8s
service
to run which is part of the
kyvernoChart
, so the chart is marked as created even before all services are running