This message was deleted.
# kubernetes
s
This message was deleted.
c
did you try to use
dependsOn
?
b
@proud-pizza-80589 where did this error come from? Pulumi?
p
yeah, found it. So i created the pull secret on my computer, when my kubeconfig was configured correctly for the both the cluster and the namespace. That worked. But in moving my code to a CustomResource, i forgot to add the k8s provider. So anytime i was not connected to the right cluster/namespace this would fail with the error above.
b
awesome, glad you got it sorted!
p
figured it out when i created a namespace and 10 difficult helm charts deployed without a hitch, and this stupid secret complained about the namespace not existing.
at some point i’ll stop asking stupid questions 🙂
b
please keep them coming!