File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
crates/stackable-operator Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -641,6 +641,9 @@ spec:
641641 creates.
642642
643643 List entries are arbitrary YAML objects, which need to be valid Kubernetes objects.
644+
645+ Read the [Object overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#object-overrides)
646+ for more information.
644647 items :
645648 type : object
646649 x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ pub struct ObjectOverrides {
1111 /// creates.
1212 ///
1313 /// List entries are arbitrary YAML objects, which need to be valid Kubernetes objects.
14- //
15- // TODO: Add link to concepts page once it exists
14+ ///
15+ /// Read the [Object overrides documentation](DOCS_BASE_URL_PLACEHOLDER/concepts/overrides#object-overrides)
16+ /// for more information.
1617 #[ serde( default ) ]
1718 #[ schemars( schema_with = "raw_object_list_schema" ) ]
1819 pub object_overrides : Vec < DynamicObject > ,
You can’t perform that action at this time.
0 commit comments