github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-render/out-of-place-dir/.expected/diff.patch (about)

     1  diff --git a/out/Kptfile b/out/Kptfile
     2  new file mode 100644
     3  index 0000000..bc65066
     4  --- /dev/null
     5  +++ b/out/Kptfile
     6  @@ -0,0 +1,10 @@
     7  +apiVersion: kpt.dev/v1
     8  +kind: Kptfile
     9  +metadata:
    10  +  name: app
    11  +  namespace: staging
    12  +pipeline:
    13  +  mutators:
    14  +    - image: gcr.io/kpt-fn/set-namespace:v0.1.3
    15  +      configMap:
    16  +        namespace: staging
    17  diff --git a/out/resources.yaml b/out/resources.yaml
    18  new file mode 100644
    19  index 0000000..254b9cd
    20  --- /dev/null
    21  +++ b/out/resources.yaml
    22  @@ -0,0 +1,28 @@
    23  +# Copyright 2021 Google LLC
    24  +#
    25  +# Licensed under the Apache License, Version 2.0 (the "License");
    26  +# you may not use this file except in compliance with the License.
    27  +# You may obtain a copy of the License at
    28  +#
    29  +#      http://www.apache.org/licenses/LICENSE-2.0
    30  +#
    31  +# Unless required by applicable law or agreed to in writing, software
    32  +# distributed under the License is distributed on an "AS IS" BASIS,
    33  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    34  +# See the License for the specific language governing permissions and
    35  +# limitations under the License.
    36  +apiVersion: apps/v1
    37  +kind: Deployment
    38  +metadata:
    39  +  name: nginx-deployment
    40  +  namespace: staging
    41  +spec:
    42  +  replicas: 3
    43  +---
    44  +apiVersion: custom.io/v1
    45  +kind: Custom
    46  +metadata:
    47  +  name: custom
    48  +  namespace: staging
    49  +spec:
    50  +  image: nginx:1.2.3