mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
updated associative sequence
This commit is contained in:
@@ -95,7 +95,7 @@ func elideMappingPatchDirective(patch *yaml.RNode) error {
|
||||
func elideSequencePatchDirective(patch *yaml.RNode, value string) error {
|
||||
return patch.PipeE(yaml.ElementSetter{
|
||||
Element: nil,
|
||||
Key: strategicMergePatchDirectiveKey,
|
||||
Value: value,
|
||||
Keys: []string{strategicMergePatchDirectiveKey},
|
||||
Values: []string{value},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user