github.com/GoogleContainerTools/kpt@v1.0.0-beta.50.0.20240520170205-c25345ffcbee/e2e/testdata/fn-render/generator-absolute-path/.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..f36c98e 4 --- /dev/null 5 +++ b/another/file/out.yaml 6 @@ -0,0 +1,13 @@ 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