1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-30 19:54:46 +00:00

Merge pull request #714 from marquiz/documentation/tls

docs: small tinkering on the TLS documentation
This commit is contained in:
Kubernetes Prow Robot 2022-01-10 11:58:25 -08:00 committed by GitHub
commit df9d4e2f24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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