Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat: Support podOverrides #256

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
- Add support for using custom certificates when accessing S3 with TLS ([#247]).
- Use bitnami charts for testing S3 access with TLS ([#247]).
- Set explicit resources on all containers ([#249]).
- Support pod overrides ([#256])

### Changed

Expand All @@ -32,6 +33,7 @@ All notable changes to this project will be documented in this file.
[#247]: https://github.com/stackabletech/spark-k8s-operator/pull/247
[#252]: https://github.com/stackabletech/spark-k8s-operator/pull/252
[#249]: https://github.com/stackabletech/spark-k8s-operator/pull/249
[#256]: https://github.com/stackabletech/spark-k8s-operator/pull/256

## [23.4.0] - 2023-04-17

Expand Down
Loading