github.com/GoogleContainerTools/kpt@v1.0.0-beta.50.0.20240520170205-c25345ffcbee/e2e/testdata/fn-eval/preserve-order-null-values/.expected/diff.patch (about) 1 diff --git a/resources.yaml b/resources.yaml 2 index f410b70..13bc056 100644 3 --- a/resources.yaml 4 +++ b/resources.yaml 5 @@ -16,6 +16,7 @@ kind: Deployment 6 metadata: 7 name: nginx-deployment 8 createTimestamp: null 9 + namespace: staging 10 spec: 11 replicas: 3 12 --- 13 @@ -23,5 +24,6 @@ apiVersion: custom.io/v1 14 kind: Custom 15 metadata: 16 name: custom 17 + namespace: staging 18 spec: 19 image: nginx:1.2.3