mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Update factory_test.go
This commit is contained in:
@@ -343,13 +343,13 @@ kind: List
|
|||||||
name: "listWithAnchorReference",
|
name: "listWithAnchorReference",
|
||||||
input: []types.PatchStrategicMerge{patchList2},
|
input: []types.PatchStrategicMerge{patchList2},
|
||||||
expectedOut: []*Resource{testDeploymentA, testDeploymentB},
|
expectedOut: []*Resource{testDeploymentA, testDeploymentB},
|
||||||
// TODO(#3271) This shouldn't have an error, but does when kyaml is used.
|
|
||||||
// The error using kyaml is:
|
// The error using kyaml is:
|
||||||
// json: unsupported type: map[interface {}]interface {}
|
// json: unsupported type: map[interface {}]interface {}
|
||||||
// maybe arising from too many conversions between
|
// maybe arising from too many conversions between
|
||||||
// yaml, json, Resource, RNode, Unstructured etc.
|
// yaml, json, Resource, RNode, Unstructured etc.
|
||||||
// These conversions go away after closing #3506
|
// These conversions go away after closing #3506
|
||||||
// TODO(#3304): DECISION - open bug with anchor references.
|
// TODO(#3271) This shouldn't have an error, but does when kyaml is used.
|
||||||
|
// TODO(#3304): DECISION - still a bug, but not a blocker to #3304 or #2506
|
||||||
expectedErr: konfig.FlagEnableKyamlDefaultValue,
|
expectedErr: konfig.FlagEnableKyamlDefaultValue,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user