@@ -342,7 +342,7 @@ for `spec.mode: Single` and `2` for `spec.mode: ActiveFailover`).
342342For the `syncworkers` group, it is highly recommended to use the same number
343343as for the `dbservers` group.
344344
345- # ## `spec.<group>.args: [string] `
345+ # ## `spec.<group>.args: []string `
346346
347347This setting specifies additional commandline arguments passed to all servers of this group.
348348The default value is an empty array.
@@ -383,7 +383,7 @@ for each server of this group.
383383This setting is not available for group `coordinators`, `syncmasters` & `syncworkers`
384384because servers in these groups do not need persistent storage.
385385
386- # ## `spec.<group>.tolerations: [Toleration] `
386+ # ## `spec.<group>.tolerations: []Toleration `
387387
388388This setting specifies the `tolerations` for the `Pod`s created
389389for each server of this group.
@@ -395,3 +395,9 @@ By default, suitable tolerations are set for the following keys with the `NoExec
395395- ` node.alpha.kubernetes.io/unreachable` (will be removed in future version)
396396
397397For more information on tolerations, consult the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/).
398+
399+ # ## `spec.<group>.nodeSelector: map[string]string`
400+
401+ This setting specifies a set of labels to be used as `nodeSelector` for Pods of this node.
402+
403+ For more information on node selectors, consult the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/).
0 commit comments