mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Tweak sequence treatment in fieldspecs
This commit is contained in:
@@ -40,7 +40,7 @@ func (rc Filter) run(node *yaml.RNode) (*yaml.RNode, error) {
|
||||
FsSlice: rc.FsSlice,
|
||||
SetValue: rc.set,
|
||||
CreateKind: yaml.ScalarNode, // replicas is a ScalarNode
|
||||
CreateTag: yaml.IntTag,
|
||||
CreateTag: yaml.IntTag, // yaml.NodeTagInt
|
||||
})
|
||||
return node, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user