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/tls: update cert-manager deployment instructions

Point to latest version of cert-manager. Let's keep this up-to-date even
if TLS support is deprecated and going away.
This commit is contained in:
Markus Lehtonen 2023-11-28 21:00:03 +02:00
parent dfef0ebe4a
commit c2b2353104

View file

@ -54,7 +54,7 @@ can refer to their documentation for other installation methods such as the
helm chart they provide.
```bash
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.yaml
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.2/cert-manager.yaml
```
To use the kustomize overlay to install node-feature-discovery with TLS enabled,