github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-eval/fn-config-file-in-pkg/.expected/diff.patch (about)

     1  diff --git a/config.yaml b/config.yaml
     2  index bb0bf5d..ea4fad1 100644
     3  --- a/config.yaml
     4  +++ b/config.yaml
     5  @@ -15,5 +15,6 @@ apiVersion: v1
     6   kind: ConfigMap
     7   metadata:
     8     name: config
     9  +  namespace: staging
    10   data:
    11     namespace: staging
    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