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 fd044d2 commit 3019ae3Copy full SHA for 3019ae3
rust/stackablectl/src/args/operator_configs.rs
@@ -9,9 +9,6 @@ pub struct CommonOperatorConfigsArgs {
9
/// This maps to the listener-operator Helm Chart preset value, see
10
/// [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets)
11
/// for details.
12
- ///
13
- /// This argument is likely temporary until we support setting arbitrary helm values for the
14
- /// operators!
15
#[arg(long, global = true)]
16
pub listener_class_preset: Option<ListenerClassPreset>,
17
}
0 commit comments