coreos / docs

Documentation for CoreOS projects
http://coreos.com/docs
Apache License 2.0
882 stars 534 forks source link

Migration guide converts string "0644" to raw 0644; should not use octal syntax. #1269

Closed asiplas closed 5 years ago

asiplas commented 5 years ago

After transpilation it leads to "mode" : 420 in the ignition config where previously was permissions: "0644" in the cloud-config.

asiplas commented 5 years ago

Nevermind was confused.