What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix
What is the current behavior? (You can also link to an open issue here)
the legacy way of replacing holder string in yaml files (notably the terminus_cr.yaml) before applying it may cause a problem that, if the OS is uninstalled and then installed again, the modified yaml files will remain replaced,
and the replace operation done by the new installation process will not take any effect, resulting in inconsistent behaviors.
What is the new behavior (if this is a feature change)?
using helm values instead, to keep the files unchanged throughout multiple installations
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Bug fix
What is the current behavior? (You can also link to an open issue here) the legacy way of replacing holder string in yaml files (notably the terminus_cr.yaml) before applying it may cause a problem that, if the OS is uninstalled and then installed again, the modified yaml files will remain replaced, and the replace operation done by the new installation process will not take any effect, resulting in inconsistent behaviors.
What is the new behavior (if this is a feature change)? using helm values instead, to keep the files unchanged throughout multiple installations