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
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.
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.