Skip to content

Commit

Permalink
Add nodeSelector support to crd-upgrader-job-k8ssandra
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi BUTET committed Oct 4, 2023
1 parent 1d10ce3 commit f075923
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG/CHANGELOG-1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ When cutting a new release, update the `unreleased` heading to the tag being gen
## unreleased

* [BUGFIX] [#1060](https://github.com/k8ssandra/k8ssandra-operator/issues/1060) Fix restore mapping shuffling nodes when restoring in place
* [BUGFIX] [#1061](https://github.com/k8ssandra/k8ssandra-operator/issues/1061) Point to cass-config-builder 1.0.7 for arm64 compatibility
* [BUGFIX] [#1061](https://github.com/k8ssandra/k8ssandra-operator/issues/1061) Point to cass-config-builder 1.0.7 for arm64 compatibility
* [ENHANCEMENT] [#1078](https://github.com/k8ssandra/k8ssandra-operator/issues/1078) Add nodeSelector support to crd-upgrader-job-k8ssandra
4 changes: 4 additions & 0 deletions charts/k8ssandra-operator/templates/crd/batch_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ spec:
- {{ .Chart.Version }}
- --chartName
- {{ .Chart.Name }}
{{- with .Values.client.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
2 changes: 2 additions & 0 deletions charts/k8ssandra-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ client:
tag: latest
# -- Pull policy for the client container
pullPolicy: IfNotPresent
# -- Node labels for pod assignment
nodeSelector: {}

0 comments on commit f075923

Please sign in to comment.