diff --git a/kyaml/yaml/types.go b/kyaml/yaml/types.go index c2e9578e9..ac2c63efb 100644 --- a/kyaml/yaml/types.go +++ b/kyaml/yaml/types.go @@ -24,6 +24,7 @@ const ( NodeTagBool = "!!bool" NodeTagInt = "!!int" NodeTagMap = "!!map" + NodeTagSeq = "!!seq" NodeTagEmpty = "" // TODO: deprecate these