https://pulumi.com logo
#general
Title
# general
l

lively-easter-36168

04/20/2023, 7:41 AM
Hey guys, how are you? One simple question from my side: I just executed a "pulumi preview --diff", and although in the changes report that appears in the end of the command execution no resource is marked as "to delete" I can see a lot of lines marked with - in front. This is the output of the k8s.helm.v3.Release. 718 - allowNullValues : false 719 - apiVersion : <null> 720 + compat : "true" 721 - createNamespace : false 722 - dependencyUpdate : false 723 - description : "" 724 - devel : false 725 - disableCRDHooks : false 726 - disableOpenapiValidation: false 727 - disableWebhooks : false 728 - keyring : "" 729 - kind : <null> 730 - lint : false 731 - postrender : "" 732 - recreatePods : false 733 - renderSubchartNotes : false 734 - replace : false Interesting fact is that after the rollout of this into a testing environment the attributes listed above with "-" were not deleted from the resource, so what's the point?
If you want fine-grained diffs, then you need to use Chart vs Release. FWIW, in my experience Release works much better operationally