You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Allow configuring annotations for sync jobs ([#673](https://github.com/cloudquery/helm-charts/issues/673)) ([3b36660](https://github.com/cloudquery/helm-charts/commit/3b366600a5e494b0aac995c95387c4896b03a4a7))
9
+
* Allow configuring nodeSelector labels for the sync jobs ([#671](https://github.com/cloudquery/helm-charts/issues/671)) ([947b768](https://github.com/cloudquery/helm-charts/commit/947b768485b4a5cf9fe0dce597ded24fab6d2afe))
10
+
11
+
12
+
### Bug Fixes
13
+
14
+
***deps:** Update dependency cloudquery/cloud to v0.79.1 ([#674](https://github.com/cloudquery/helm-charts/issues/674)) ([e213378](https://github.com/cloudquery/helm-charts/commit/e213378dfe43e71f18b1ac0677a64009512e5b0f))
15
+
***deps:** Update dependency cloudquery/cloud to v0.80.0 ([#676](https://github.com/cloudquery/helm-charts/issues/676)) ([62b8727](https://github.com/cloudquery/helm-charts/commit/62b87271c9aa50adcc323952daa6cd21173f6a54))
| serviceAccount.automount | bool | `true` | Automatically mount a service account's token in the operator pod |
82
82
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
83
83
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
84
+
| syncJobAnnotations | string | `nil` | Job annotations for sync pod assignment. |
85
+
| syncNodeSelector | string | `nil` | Node labels for sync pod assignment. See https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector. |
84
86
| tolerations | list | `[]` | Configures node tolerations for the operator deployment See https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/. |
0 commit comments