github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-eval/subpkgs-with-krmignore/.expected/diff.patch (about) 1 diff --git a/db/resources.yaml b/db/resources.yaml 2 index ac1fd96..64ec0ee 100644 3 --- a/db/resources.yaml 4 +++ b/db/resources.yaml 5 @@ -15,5 +15,6 @@ apiVersion: apps/v1 6 kind: StatefulSet 7 metadata: 8 name: db 9 + namespace: staging 10 spec: 11 replicas: 3 12 diff --git a/resources.yaml b/resources.yaml 13 index 7a494c9..254b9cd 100644 14 --- a/resources.yaml 15 +++ b/resources.yaml 16 @@ -15,6 +15,7 @@ apiVersion: apps/v1 17 kind: Deployment 18 metadata: 19 name: nginx-deployment 20 + namespace: staging 21 spec: 22 replicas: 3 23 --- 24 @@ -22,5 +23,6 @@ apiVersion: custom.io/v1 25 kind: Custom 26 metadata: 27 name: custom 28 + namespace: staging 29 spec: 30 image: nginx:1.2.3