github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-render/no-resources/.expected/diff.patch (about) 1 diff --git a/another/file/out.yaml b/another/file/out.yaml 2 new file mode 100644 3 index 0000000..fe3c0c6 4 --- /dev/null 5 +++ b/another/file/out.yaml 6 @@ -0,0 +1,27 @@ 7 +apiVersion: apps/v1 8 +kind: Deployment 9 +metadata: 10 + name: httpbin 11 +spec: 12 + replicas: 4 13 + template: 14 + spec: 15 + containers: 16 + - image: kennethreitz/httpbin 17 + name: httpbin 18 + ports: 19 + - containerPort: 9876 20 +--- 21 +apiVersion: apps/v1 22 +kind: Deployment 23 +metadata: 24 + name: httpbin-2 25 +spec: 26 + replicas: 4 27 + template: 28 + spec: 29 + containers: 30 + - image: kennethreitz/httpbin 31 + name: httpbin 32 + ports: 33 + - containerPort: 9876