From 881ee13654efc116d588368cb5a6104b4fa728e8 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Wed, 7 Dec 2022 16:25:43 +0200 Subject: [PATCH] docs: remove non-existent nodeFeatureRule.createCRD parameter This value was recently dropped. --- docs/deployment/helm.md | 1 - 1 file changed, 1 deletion(-) 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 |