Skip to content

Commit 7cb1b89

Browse files
committed
Link to concepts page
1 parent 45a2ec5 commit 7cb1b89

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

crates/stackable-operator/crds/DummyCluster.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

crates/stackable-operator/src/patchinator/crd.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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>,

0 commit comments

Comments
 (0)