Hello, I'm pulling a secret from k8s `const secret...
# general
p
Hello, I'm pulling a secret from k8s
const secret = k8s.core.v1.Secret.get(...)
and using it in a new Secret. The
data
field is being displayed in my plan rather than being obscured. I tried adding
additionalSecretOutputs: ['data']
. Is there something else I should be doing, or would it be displayed in the plan as text but is being encrypted in Pulumi?