for some reason, my core.v1.Secret resource wants ...
# kubernetes
b
for some reason, my core.v1.Secret resource wants to be replaced on every pulumi run arguing that "data" has changed (it has not) - how do I debug this?
b
does the
diff
show a change?
b
I'm building the secret in-memory, but I've checked with
kubectl get secret foo -oyaml
and the value is the same every time
b
sorry, when you run
pulumi up
you should be able to see the details of what's changing
b
hmm never did that (started using pulumi yesterday :D) you mean the
details
option after pulumi up?
nevermind, the secret is actually changing, but it's base64 and the beginning and the end were the same, so it tricked me! tks