Mario Manno
Mario Manno
We should try to make the error message clearer. As stated in https://github.com/rancher/fleet/issues/2065 the error should no longer be overwritten.
This has been resolved, an old fleet deployment created the problem.
> We're facing the same issue here. SSH doesn't work at all when pulling helm charts. It might be related to [326ad93](https://github.com/rancher/fleet/commit/326ad93d73c70a48b4ed2e1bee4fe955d83491f4), a quick Google search suggests that OpenSSH depends...
/backport v2.11.4
I can reproduce this in a small experiment: https://github.com/manno/fleet-experiments/blob/main/crd-versioning/crds/crd-versions.yaml
I was missing the namespace on my `comparePatches`. I can't reproduce this exact error, however I see that on 0.9.5 and 0.10 two bundles are in an `errorApplied` state. The...
@Martin-Weiss can you check the release names in your `dependsOn` again? I can't find any problems with multiple CRD versions.
Cleaning up the backlog, we can't reproduce this.
Follow up is #2962
For @ron1's example we would need a PR that changes the [bundlereader](https://github.com/rancher/fleet/tree/main/internal/bundlereader), which is part of the CLI. The current code takes the `GitRepo.spec.paths` and passes them to the fleet...