senthilrch / kube-fledged

A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly
Apache License 2.0
1.26k stars 119 forks source link

Document parameters exposed by helm chart in values.yaml #99

Closed senthilrch closed 3 years ago

senthilrch commented 3 years ago

Kube-fledged helm chart exposes a whole lot of parameters in values.yaml, helping users to customize their deployment. Currently users have to download the helm chart, extract it and open the values.yaml file to figure out the parameters exposed. It's better to document these parameters in a separate document containing the name of the parameter, it's meaning and default value.