diff --git a/docs/deployment/helm.md b/docs/deployment/helm.md index ef58213322..e2f0435cd3 100644 --- a/docs/deployment/helm.md +++ b/docs/deployment/helm.md @@ -95,7 +95,6 @@ We have introduced the following Chart parameters. | `imagePullSecrets` | list | [] | ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. [More info](https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod) | | `nameOverride` | string | | Override the name of the chart | | `fullnameOverride` | string | | Override a default fully qualified app name | -| `nodeFeatureRule.createCRD` | bool | true | Specifies whether to create the NodeFeatureRule CRD | | `tls.enable` | bool | false | Specifies whether to use TLS for communications between components | | `tls.certManager` | bool | false | If enabled, requires [cert-manager](https://cert-manager.io/docs/) to be installed and will automatically create the required TLS certificates |