Skip to content

Commit

Permalink
Merge pull request #983 from marquiz/fixes/docs-helm
Browse files Browse the repository at this point in the history
docs: remove non-existent nodeFeatureRule.createCRD parameter
  • Loading branch information
k8s-ci-robot authored Dec 7, 2022
2 parents f0ca0ff + 881ee13 commit fbb4273
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 fbb4273

Please sign in to comment.