mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Add seq tag in kyaml
This commit is contained in:
@@ -24,6 +24,7 @@ const (
|
||||
NodeTagBool = "!!bool"
|
||||
NodeTagInt = "!!int"
|
||||
NodeTagMap = "!!map"
|
||||
NodeTagSeq = "!!seq"
|
||||
NodeTagEmpty = ""
|
||||
|
||||
// TODO: deprecate these
|
||||
|
||||
Reference in New Issue
Block a user