diff --git a/public/omni/reference/cluster-templates.mdx b/public/omni/reference/cluster-templates.mdx
index 85fabdd0..e7331af1 100644
--- a/public/omni/reference/cluster-templates.mdx
+++ b/public/omni/reference/cluster-templates.mdx
@@ -136,6 +136,7 @@ kernelArgs:
| `features.enableWorkloadProxy` | boolean | Whether to enable the workload proxy feature.
Defaults to `false`. |
| `features.useEmbeddedDiscoveryService` | boolean | Whether to use the embedded discovery service that runs inside the Omni instance instead of the public one (`discovery.talos.dev`).
Defaults to `false`. It is only valid if the Omni instance has the feature enabled. |
| `features.diskEncryption` | boolean | Whether to enable disk encryption.
Defaults to `false`. |
+| `features.enableNodeAuditSkip` | boolean | Whether to honor the `omni.sidero.dev/node-audit-skip` annotation on Kubernetes nodes, exempting them from the node audit.
Defaults to `false`. |
| `features.backupConfiguration.interval` | string | Cluster etcd backup interval. Must be a valid [Go duration](https://pkg.go.dev/time#ParseDuration). Zero `0` disables automatic backups. |
| `patches` | array[[Patch](#patches)] | List of patches to apply to the cluster. |
| `systemExtensions` | array[string] | The list of system extensions to be installed on every machine in the cluster. |