github.com/GoogleContainerTools/kpt@v1.0.0-beta.50.0.20240520170205-c25345ffcbee/e2e/testdata/fn-eval/short-image-path/.expected/diff.patch (about)

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