talm
talm copied to clipboard
Conflicting instructions about autogenerated node manifests
README.md says to run talm -n 1.2.3.4 -e 1.2.3.4 template -t templates/controlplane.yaml -i > nodes/node1.yaml and then edit nodes/node1.yaml.
The generated nodes/node1.yaml says "THIS FILE IS AUTOGENERATED. DO NOT EDIT IT!" at the top.
Which one is correct?
You can edit it, but the changes will be lost after config regeneration :)
Better edit template in templates/_helpers.tpl
We probably need to add better warning
Will be fixed as part of https://github.com/cozystack/website/issues/146