rancher / fleet

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

Fix example values.yaml for enabling OCI storage #2494

Closed bigkevmcd closed 4 weeks ago

bigkevmcd commented 4 weeks ago

Refers to #XXX

Try installing the chart with the example in the values.yaml uncommented, this will not apply cleanly.

This changes the example in the values.yaml for enabling the OCI storage to be valid for insertion into the "env" for a container.

Previously, it was a boolean, which would lead to a failure to unmarshal a bool to a string.