Skip to content

Commit 8472dbf

Browse files
committed
Link to docs
1 parent 08759f1 commit 8472dbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/stackable-operator/src/role_utils.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ pub struct GenericProductSpecificCommonConfig {}
172172
pub struct JavaCommonConfig {
173173
/// Allows overriding JVM arguments.
174174
//
175-
// TODO: Docs
175+
/// Please read on the [JVM argument overrides documentation](DOCS_BASE_URL_PLACEHOLDER/concepts/overrides#jvm-argument-overrides)
176+
/// for details on the usage.
176177
#[serde(default)]
177178
pub jvm_argument_overrides: JvmArgumentOverrides,
178179
}

0 commit comments

Comments
 (0)