Skip to content

Commit

Permalink
docs: remove non-existent nodeFeatureRule.createCRD parameter
Browse files Browse the repository at this point in the history
This value was recently dropped.
  • Loading branch information
marquiz committed Dec 7, 2022
1 parent f0ca0ff commit 881ee13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/deployment/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit 881ee13

Please sign in to comment.