This message was deleted.
# pulumi-kubernetes-operator
s
This message was deleted.
e
Moreover, it would be awesome if when a change is made to SecretRef (or something like a ConfigMapRef if that’s possible), the pulumi operator would re-sync on
kubectl apply
for the stack. I guess what I’m trying to accomplish is dynamic config. I was able to get it to work when
continueResyncOnCommitMatch
to true, but is that the optimal way to accomplish this?