This message was deleted.
# kubernetes
s
This message was deleted.
g
Here's an example.
So i think this is because i'm using a dynamic secret name:
Copy code
envFrom.push({ secretRef: { name: secret.apply((s: k8s.core.v1.Secret) => s.metadata.name) } });
When i hard code this to a static string, i get a proper diff on the container
c
@gorgeous-animal-95046 I would be extremely surprised if this was a bug in the pulumi diff code. the diff logic itself is provided by a very well-tested diff library.
I bet it is the dependency. @microscopic-florist-22719?