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

Merge pull request #492 from adrianchiris/doc-fix-1

Docs: Add Table header to master/worker chart parameters
This commit is contained in:
Kubernetes Prow Robot 2021-03-18 10:11:20 -07:00 committed by GitHub
commit ba51a92d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -222,6 +222,8 @@ We have introduced the following Chart parameters.
##### Master pod parameters
| Name | Type | Default | description |
| ---- | ---- | ------- | ----------- |
| `master.*` | dict | | NFD master deployment configuration |
| `master.instance` | string | | Instance name. Used to separate annotation namespaces for multiple parallel deployments |
| `master.replicaCount` | integer | 1 | Number of desired pods. This is a pointer to distinguish between explicit zero and not specified |
@ -236,6 +238,8 @@ We have introduced the following Chart parameters.
##### Worker pod parameters
| Name | Type | Default | description |
| ---- | ---- | ------- | ----------- |
| `worker.*` | dict | | NFD master daemonset configuration |
| `worker.configmapName` | string | `nfd-worker-conf` | NFD worker pod ConfigMap name |
| `worker.config` | string | `` | NFD worker service configuration |