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:
parent
dfef0ebe4a
commit
c2b2353104
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue