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 18e7f70 commit ad7dd15Copy full SHA for ad7dd15
rust/stackable-cockpit/src/platform/demo/spec.rs
@@ -216,7 +216,8 @@ impl DemoSpec {
216
.into_params(self.parameters.clone())
217
.context(ParseParametersSnafu)?;
218
219
- // We add the DEMO parameter, so that demos can use that to render e.g. the demo label
+ // We add the STACK and DEMO parameter, so that demos can use that to render e.g. the demo label
220
+ parameters.insert("STACK".to_owned(), self.stack.clone());
221
parameters.insert("DEMO".to_owned(), uninstall_parameters.demo_name.clone());
222
223
Self::uninstall_helm_manifests(
0 commit comments