Mario Manno

Results 196 comments of Mario Manno

Possible duplicate of https://github.com/rancher/fleet/issues/2262

Assigning @weyfonk because of ongoing work on https://github.com/rancher/fleet/pull/2664

- [ ] check metadata of all deployed resources for invalid k8s json schema

Our helm installer now provides the kubernetes version to charts that it installs.

Can you provide more information on how you [specify the helm chart in fleet.yaml](https://fleet.rancher.io/ref-fleet-yaml#helm-chart-download-options)? Are you just using 'chart:' to point to the tarball? We will have to investigate, but...

Here is the automated test https://github.com/rancher/fleet/pull/2875/files#diff-280ae881ae2a07de3d590310f02ebc5eb83d0c55da9b34a68647b6513387fbf1

> The annotation doesn't get removed after adding or removing {crds: keep: true/false}. I agree, our code doesn't seem able to remove that policy. However, the example you picked has...

I wonder if the agent could watch these resources for changes and redeploy. The `valuesFrom` values are not processed upstream at all. https://fleet.rancher.io/gitrepo-content#using-helm-values

We should add support to Fleet to fall back to a default value, unless overridden in the resource. This is most likely a Fleet install option, I think Fleet already...