1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 16:27:05 +00:00

docs: fixes in Helm documentation

Use correct spelling of Helm in heading (start with a capital letter).
Use https url for the chart repo.

(cherry picked from commit 72a4162c98)
This commit is contained in:
Markus Lehtonen 2021-04-13 10:09:43 +03:00
parent c8fc2088c8
commit 9fe8a98964

View file

@ -133,7 +133,7 @@ this approach does not guarantee running once on every node. For example,
tainted, non-ready nodes or some other reasons in Job scheduling may cause some
node(s) will run extra job instance(s) to satisfy the request.
### Deployment with helm
### Deployment with Helm
Node Feature Discovery Helm chart allow to easily deploy and manage NFD.
@ -147,7 +147,7 @@ To install the latest stable version:
```bash
export NFD_NS=node-feature-discovery
helm repo add nfd http://kubernetes-sigs.github.io/node-feature-discovery/charts
helm repo add nfd https://kubernetes-sigs.github.io/node-feature-discovery/charts
helm repo update
helm install nfd/node-feature-discovery --namespace $NFD_NS --create-namespace --generate-name
```