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 0c46d3d commit d4bf8a6Copy full SHA for d4bf8a6
crates/stackable-webhook/CHANGELOG.md
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Fixed
8
+
9
+- Force apply the CRD in the CRD maintainer ([#1116]).
10
11
+ This ensures the operator will be the sole manager of the CRD (and all its fields) going forward.
12
+ This avoids running into conflicts when CRDs were previously deployed by helm or stackablectl.
13
14
+[#1116]: https://github.com/stackabletech/operator-rs/pull/1116
15
16
## [0.7.0] - 2025-10-16
17
18
### Added
0 commit comments