When building a helm chart, the secret is replaced...
# general
t
When building a helm chart, the secret is replaced every
pulumi up
, resulting in a lot of churn on my stateful set. Is there a way to stop this from happening? I've tried using
values: { existingKeySecret: secret.id }
and had similar results.