prehistoric-bird-72020
05/04/2021, 7:49 PMconst 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?