From 3ec036f49961a10b0479324427f5fd6372e72aac Mon Sep 17 00:00:00 2001 From: Rebecca Zanzig Date: Mon, 5 Nov 2018 12:12:46 -0800 Subject: [PATCH] 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. --- website/source/docs/platform/k8s/helm.html.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/source/docs/platform/k8s/helm.html.md b/website/source/docs/platform/k8s/helm.html.md index 071f8e5c2..3510ab27c 100644 --- a/website/source/docs/platform/k8s/helm.html.md +++ b/website/source/docs/platform/k8s/helm.html.md @@ -362,3 +362,12 @@ and consider if they're appropriate for your deployment. * `keyName` (`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).