rancher / fleet

Deploy workloads from Git to large fleets of Kubernetes clusters
https://fleet.rancher.io/
Apache License 2.0
1.5k stars 226 forks source link

Adds extraEnv to gitjob and fleet-controller deployments #2493

Closed 0xavi0 closed 3 months ago

0xavi0 commented 3 months ago

This will enable to pass, for example, experimental features to the upstream fleet pods.

Refers to: https://github.com/rancher/fleet/issues/2465 Related to: https://github.com/rancher/fleet/issues/2114

0xavi0 commented 3 months ago

LGTM; has this been tested, eg. with a log message outputting the value of an env var from a controller?

Yeah, it has been tested with https://github.com/rancher/fleet/pull/2375