mirror of
https://github.com/status-im/consul.git
synced 2025-01-26 05:29:55 +00:00
docs: Clarify the use of kustomize or ship with the Helm chart (#7154)
This commit is contained in:
parent
401221de58
commit
22872b03a6
@ -401,4 +401,8 @@ connectInject:
|
||||
|
||||
Consul within Kubernetes is highly configurable and the Helm chart contains dozens
|
||||
of the most commonly used configuration options.
|
||||
If you need to extend the Helm chart with additional options, we recommend using a third-party tool, such as [kustomize](https://github.com/kubernetes-sigs/kustomize) or [ship](https://github.com/replicatedhq/ship).
|
||||
If you need to extend the Helm chart with additional options, we recommend using a third-party tool,
|
||||
such as [kustomize](https://github.com/kubernetes-sigs/kustomize) or [ship](https://github.com/replicatedhq/ship).
|
||||
Note that the Helm chart heavily relies on Helm lifecycle hooks, and so features like bootstrapping ACLs or TLS
|
||||
will not work as expected. Additionally, we can make changes to the internal implementation (e.g., renaming template files) that
|
||||
may be backward incompatible with such customizations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user