Hi all - had a question about Deployment objects b...
# kubernetes
s
Hi all - had a question about Deployment objects being marked as secret: We're seeing something similar to this problem: https://github.com/pulumi/pulumi-kubernetes/issues/1576 -- But the entire Deployment.Spec is marked as secret, so any diffs are more or less useless. There is no secret data (esp at the Spec level), but there are secret references (similar to the linked issue). Is this being worked on? The workaround is apparently to
unsecret()
, but I"m not even sure what should be wrapped, as the entire Deployment.Spec is marked as secret??
g