We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08759f1 commit 8472dbfCopy full SHA for 8472dbf
crates/stackable-operator/src/role_utils.rs
@@ -172,7 +172,8 @@ pub struct GenericProductSpecificCommonConfig {}
172
pub struct JavaCommonConfig {
173
/// Allows overriding JVM arguments.
174
//
175
- // TODO: Docs
+ /// Please read on the [JVM argument overrides documentation](DOCS_BASE_URL_PLACEHOLDER/concepts/overrides#jvm-argument-overrides)
176
+ /// for details on the usage.
177
#[serde(default)]
178
pub jvm_argument_overrides: JvmArgumentOverrides,
179
}
0 commit comments