This message was deleted.
# kubernetes
s
This message was deleted.
g
This is item 1 in https://github.com/pulumi/pulumi-kubernetes/issues/1656 Existing options are a bit clunky. You could use a dynamic provider or create your own polling loop using a native k8s client in your language.
c
hm, we would like to have further pulumi resources to depend on the secret. Therefore a polling loop using a native k8s client is not feasible as far as i know. So the dynamic resource needs the secret as input and the dynamic ResourceProvider can then loop over the Seret.get() ?