github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-eval/preserve-order-null-values/.expected/diff.patch (about)

     1  diff --git a/resources.yaml b/resources.yaml
     2  index 4a7ba01..4d4f59f 100644
     3  --- a/resources.yaml
     4  +++ b/resources.yaml
     5  @@ -16,6 +16,7 @@ kind: Deployment
     6   metadata:
     7     name: nginx-deployment
     8     createTimestamp: null
     9  +  namespace: staging
    10   spec:
    11     replicas: 3
    12   ---
    13  @@ -23,5 +24,6 @@ apiVersion: custom.io/v1
    14   kind: Custom
    15   metadata:
    16     name: custom
    17  +  namespace: staging
    18   spec:
    19     image: nginx:1.2.3