diff --git a/longhorn/helm-values.yaml b/longhorn/helm-values.yaml index 6b89007..35d97b0 100644 --- a/longhorn/helm-values.yaml +++ b/longhorn/helm-values.yaml @@ -21,6 +21,9 @@ defaultSettings: # Taint toleration for data plane components (instance-manager, etc.) taintToleration: "node-role.kubernetes.io/master:NoExecute" + # Node selector for system managed components (instance-manager, engine-image, etc.) + systemManagedComponentsNodeSelector: "longhorn:enabled" + # Backup settings backupTarget: "" # S3/NFS backup target (configure later if needed) backupTargetCredentialSecret: ""