I'm trying to understand some behaviour I'm seeing...
# kubernetes
b
I'm trying to understand some behaviour I'm seeing with
core.v1.Secret
. We're defining the content (which comes from
pulumi.Input
attributes that are themselves marked as secret data, so are encrypted in state etc) using
SecretData
, and it seems like Pulumi is completely deleting and recreating the Secret resource every time we update the content, which is not really what we want.