File tree Expand file tree Collapse file tree
crates/stackable-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
1111 This function already sets up some defaults we want to use across the platform.
1212 Currently this is ` runAsNonRoot: true ` , which might cause product Pods to crash and require changes.
1313- BREAKING: ` PodSecurityContextBuilder::run_as_non_root ` now takes a ` bool ` instead of assuming consumers always want to set it to ` true ` ([ #1205 ] ).
14- This is needed to allow users setting it to ` false ` in case the new ` with_stackable_defaults ` functions set's it to ` true ` .
14+ This is needed to allow users setting it to ` false ` in case the new ` with_stackable_defaults ` function sets it to ` true ` .
1515
1616[ #1205 ] : https://github.com/stackabletech/operator-rs/pull/1205
1717
You can’t perform that action at this time.
0 commit comments