Document options for additional helm chart configuration

There is a fine line between making the helm chart easy and simple to
use and supporting lots of configurability. This documents options for
users who would like to extend the Helm chart beyond what is readily
available in the `values.yaml` file.
This commit is contained in:
Rebecca Zanzig 2018-11-05 12:12:46 -08:00
parent 37d88cad29
commit 638a5ff7a1
1 changed files with 9 additions and 0 deletions

View File

@ -362,3 +362,12 @@ and consider if they're appropriate for your deployment.
* <a name="v-connectinject-certs-keynamkeyname" href="#v-connectinject-certs-keyname">`keyName`</a> (`string: "tls.key"`) -
The name of the private key for the certificate file within the
`secretName` secret.
## Customizing the Helm Chart
Given the wide variety of use cases, it won't be possible to support every
configuration option in the Helm chart's `values.yaml` file without making
it difficult to understand and use. For additional
flexibility in changing values that aren't listed above, consider using
third-party tools such as [kustomize](https://github.com/kubernetes-sigs/kustomize)
and [ship](https://github.com/replicatedhq/ship).