github.com/GoogleContainerTools/kpt@v1.0.0-beta.50.0.20240520170205-c25345ffcbee/e2e/testdata/fn-eval/exec-function/.expected/diff.patch (about) 1 diff --git a/resources.yaml b/resources.yaml 2 index 0f69886..ff4bde7 100644 3 --- a/resources.yaml 4 +++ b/resources.yaml 5 @@ -15,7 +15,7 @@ apiVersion: apps/v1 6 kind: Deployment 7 metadata: 8 name: nginx-deployment 9 - namespace: foo 10 + namespace: bar 11 spec: 12 replicas: 3 13 --- 14 @@ -23,6 +23,6 @@ apiVersion: custom.io/v1 15 kind: Custom 16 metadata: 17 name: custom 18 - namespace: foo 19 + namespace: bar 20 spec: 21 image: nginx:1.2.3