You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added resource limits to all init containers and sidecar containers. (#289)
# Description
Renamed .resources in values.yaml to .node.resources to better reflect the fact that this applies to the daemonset pods.
Needed for stackabletech/issues#368
Co-authored-by: Sebastian Bernauer <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,12 @@ All notable changes to this project will be documented in this file.
13
13
14
14
-`operator-rs``0.27.1` -> `0.41.0` ([#275]).
15
15
- Removed dummy key from generated Kerberos keytab ([#285]).
16
+
-[BREAKING] Daemonset for SecretOperator now assign resource requests and limits to all containers and init containers. Users who have configured resource limits previously in the 'values.yaml' file will need to move the configured limits from `.resources` to `.node.driver.resources` for them to be honored going forward ([#289]).
0 commit comments