mirror of
https://github.com/rancher/os.git
synced 2025-09-24 20:09:21 +00:00
The field tag format accepted is[1]: `(...) yaml:"[<key>][,<flag1>[,<flag2>]]" (...)` so we should add double quotation marks for the filed tag format. [1]: https://godoc.org/gopkg.in/yaml.v2 Signed-off-by: Wang Long <long.wanglong@huawei.com>