hey, im getting the following after changing an `i...
# kubernetes
c
hey, im getting the following after changing an
image
field in containers with
pulumi preview --diff
Copy code
~ kubernetes:apps/v1:Deployment: (update)
        [id=default/selfservice-s99yer46]
        ...
      ~ spec: {
          ~ template: {
              ~ spec: {
                  ~ containers: [
                      ~ [0]: {
                            }
                        [1]: <null>
                      ~ [2]: {
                            }
                    ]
                }
            }
        }
how can pulumi show the actual image diff?