1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

docs: small tinkering on the TLS documentation

Add cross-referencing links to the helm deployment and configuration
sections. Use correct names for the tls related helm options
(tls.enabled and tls.certManager).
This commit is contained in:
Markus Lehtonen 2022-01-10 19:12:05 +02:00
parent 5a2e0ce5a6
commit fc25bf2dc2

View file

@ -458,14 +458,16 @@ you may use the following:
kubectl apply -k deployment/overlays/samples/cert-manager
```
To make use of the helm chart, override `values.yaml` to enable both the `tls`
and `certManager` options. Note that if you do not enable `certManager`, helm
will successfully install the application, but deployment will wait until
certificates are manually created, as demonstrated below.
To make use of the helm chart, override `values.yaml` to enable both the
`tls.enabled` and `tls.certManager` options. Note that if you do not enable
`tls.certManager`, helm will successfully install the application, but
deployment will wait until certificates are manually created, as demonstrated
below.
See the sample helm installation commands in the Deployment and Configuration
sections above for how to either override individual values, or provide a yaml
file with which to override default values.
See the sample installation commands in the Helm [Deployment](#deployment)
and [Configuration](#configuration) sections above for how to either override
individual values, or provide a yaml file with which to override default
values.
#### Manual TLS certificate management