Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(apply): merge rio namespace with incoming values
riocli creates a template namespace named rio that users can access in their manifests to fetch rapyuta.io specific values like project id, name, etc. However, if an incoming values file also has a rio attribute then it leads to a conflict since the CLI doesn't merge them both. This commit fixes the issue and merged both namespaces.
- Loading branch information