This message was deleted.
# general
s
This message was deleted.
m
I use this and it works great
a
if that doesn't work for you, pulumi ResourceOptions has a field for ignoring changes to certain attributes https://www.pulumi.com/docs/intro/concepts/resources/#ignorechanges
p
my question is: what kind of secrets does it change and how can pulumi see that 🤔
I do use cert-manager myself and I know it manages (including creation) secrets for TLS. However, it means that these secrets are managed by the operator and shouldn’t be managed at the same time by pulumi (as it will result in a conflict).
@microscopic-finland-82315 Can you elaborate more on that?