diff --git a/docs/get-started/deployment-and-usage.md b/docs/get-started/deployment-and-usage.md index dc3f857f8..01de2e5f8 100644 --- a/docs/get-started/deployment-and-usage.md +++ b/docs/get-started/deployment-and-usage.md @@ -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 |