Skip to content

Commit 69c0245

Browse files
authored
Add volumeMounts to job pods (#359)
* feat: add spec.job.config.volume_mounts property * regenerate charts * Added unit test and raise op-rs version * Add crd doc and run regenerate chart
1 parent fdbc4bf commit 69c0245

File tree

6 files changed

+606
-427
lines changed

6 files changed

+606
-427
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
88

99
- Helm: support labels in values.yaml ([#344]).
1010
- Support version `3.4.2` ([#357]).
11+
- `spec.job.config.volumeMounts` property to easily mount volumes on the job pod ([#359])
1112

1213
### Changed
1314

@@ -29,6 +30,7 @@ All notable changes to this project will be documented in this file.
2930
[#344]: https://github.com/stackabletech/spark-k8s-operator/pull/344
3031
[#355]: https://github.com/stackabletech/spark-k8s-operator/pull/355
3132
[#357]: https://github.com/stackabletech/spark-k8s-operator/pull/357
33+
[#359]: https://github.com/stackabletech/spark-k8s-operator/pull/359
3234

3335
## [23.11.0] - 2023-11-24
3436

0 commit comments

Comments
 (0)