github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-render/mutate-legacy-path-index/.expected/diff.patch (about) 1 diff --git a/x.yaml b/y.yaml 2 similarity index 100% 3 rename from x.yaml 4 rename to y.yaml 5 index 7a494c9..e284e52 100644 6 --- a/x.yaml 7 +++ b/y.yaml 8 @@ -1,3 +1,10 @@ 9 +apiVersion: custom.io/v1 10 +kind: Custom 11 +metadata: 12 + name: custom 13 +spec: 14 + image: nginx:1.2.3 15 +--- 16 # Copyright 2021 Google LLC 17 # 18 # Licensed under the Apache License, Version 2.0 (the "License"); 19 @@ -17,10 +24,3 @@ metadata: 20 name: nginx-deployment 21 spec: 22 replicas: 3 23 ---- 24 -apiVersion: custom.io/v1 25 -kind: Custom 26 -metadata: 27 - name: custom 28 -spec: 29 - image: nginx:1.2.3