github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-render/path-index-descendent/.expected/diff.patch (about)

     1  diff --git a/db/deployment_httpbin.yaml b/db/deployment_httpbin.yaml
     2  new file mode 100644
     3  index 0000000..f36c98e
     4  --- /dev/null
     5  +++ b/db/deployment_httpbin.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