github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-eval/short-image-path/.expected/diff.patch (about) 1 diff --git a/resources.yaml b/resources.yaml 2 index 7a494c9..254b9cd 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