Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rancher fleet installs applications from the existing Helm Chart. During installation it injects at least properties into `global.fleet`. Because k8gb schema is too strict, `helm install` does not work because fleet injects its properties We solved this by deleting the schema and rebuilding Chart. This PR whitelists the fleet object in globals, so k8gb can be installed directly. Signed-off-by: Michal Kuritka <[email protected]>
- Loading branch information