https://pulumi.com logo
c

cool-egg-852

07/28/2021, 2:56 PM
I believe there was an issue for tracking the fact that pulumi treats all resources, that reference a leaf resource that contains a secret, as a secret. Does anyone know the issue I’m referring to, and or any solutions? For example, if I have a
Deployment
which references a
Secret
for
imagePullSecrets
, then anything that references
Deployment
, such as a
Service
, has output marked as a secret for that particular property (think labels, etc.), rather than showing them in plain text as the property is not actually a secret.