We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990756b commit cf5e81aCopy full SHA for cf5e81a
CHANGELOG.md
@@ -6,7 +6,10 @@ All notable changes to this project will be documented in this file.
6
7
### Changed
8
9
-- Convert `extraVolumes` field to take any arbitrary YAML input, rather than using the underlying schema ([#584]).
+- Reduce CRD size from `2.4MB` to `183KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#584]):
10
+ - `podOverrides`
11
+ - `affinity`
12
+ - `extraVolumes`
13
- Replace `lazy_static` with `std::cell::LazyCell` ([#604]).
14
15
[#584]: https://github.com/stackabletech/druid-operator/pull/584
0 commit comments