https://pulumi.com logo
Title
l

lively-easter-36168

04/19/2023, 3:50 PM
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.
- allowNullValues         : false
          - apiVersion              : <null>
          + compat                  : "true"
          - createNamespace         : false
          - dependencyUpdate        : false
          - description             : ""
          - devel                   : false
          - disableCRDHooks         : false
          - disableOpenapiValidation: false
          - disableWebhooks         : false
          - keyring                 : ""
          - kind                    : <null>
          - lint                    : false
          - postrender              : ""
          - recreatePods            : false
          - renderSubchartNotes     : false
s

steep-toddler-94095

04/19/2023, 5:19 PM
looks like these are Helm Values being deleted/added to the Chart Release. So the resource itself is not being deleted, but it's being modified
l

lively-easter-36168

04/19/2023, 5:21 PM
That's interesting, because I would expect to see those changes reflected in the statefile, but I didn't see it