Hello.. ! team I am new to pulumi.. I am trying to...
# kubernetes
s
Hello.. ! team I am new to pulumi.. I am trying to make deployment on a conditional basis.. For example, i have to create an Configmap only if certain pod in found on the cluster how can i achieve this usecase using pulumi..!?
w
Is pulumi provisioning that pod for you?
s
yes..!
h
hi @silly-state-44842, it’s hard to say without seeing what you’re doing, but if you already have pulumi managing the pod then you can use
dependsOn
to ensure your configmap is created only after that pod is ready. is that what you’re looking for?
s
yes yes exaclty..!