diff --git a/deployment/helm/node-feature-discovery/values.yaml b/deployment/helm/node-feature-discovery/values.yaml index 6c67a96c8a..f579467f2e 100644 --- a/deployment/helm/node-feature-discovery/values.yaml +++ b/deployment/helm/node-feature-discovery/values.yaml @@ -488,7 +488,7 @@ topologyUpdater: ### enable: false - createCRDs: false + createCRDs: true extraArgs: [] extraEnvs: [] hostNetwork: false diff --git a/docs/deployment/helm.md b/docs/deployment/helm.md index 69b9c383b4..421b852d46 100644 --- a/docs/deployment/helm.md +++ b/docs/deployment/helm.md @@ -275,7 +275,7 @@ API's you need to install the prometheus operator in your cluster. | `topologyUpdater.*` | dict | | NFD Topology Updater configuration | | `topologyUpdater.enable` | bool | false | Specifies whether the NFD Topology Updater should be created | | `topologyUpdater.hostNetwork` | bool | false | Specifies whether to enable or disable running the container in the host's network namespace | -| `topologyUpdater.createCRDs` | bool | false | Specifies whether the NFD Topology Updater CRDs should be created | +| `topologyUpdater.createCRDs` | bool | true | Specifies whether the NFD Topology Updater CRDs should be created | | `topologyUpdater.serviceAccount.create` | bool | true | Specifies whether the service account for topology updater should be created | | `topologyUpdater.serviceAccount.annotations` | dict | {} | Annotations to add to the service account for topology updater | | `topologyUpdater.serviceAccount.name` | string | | The name of the service account for topology updater to use. If not set and create is true, a name is generated using the fullname template and `-topology-updater` suffix. |