Skip to content

Commit ad7dd15

Browse files
committed
add stack parameter on demo uninstall
1 parent 18e7f70 commit ad7dd15

File tree

1 file changed

+2
-1
lines changed
  • rust/stackable-cockpit/src/platform/demo

1 file changed

+2
-1
lines changed

rust/stackable-cockpit/src/platform/demo/spec.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ impl DemoSpec {
216216
.into_params(self.parameters.clone())
217217
.context(ParseParametersSnafu)?;
218218

219-
// We add the DEMO parameter, so that demos can use that to render e.g. the demo label
219+
// 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());
220221
parameters.insert("DEMO".to_owned(), uninstall_parameters.demo_name.clone());
221222

222223
Self::uninstall_helm_manifests(

0 commit comments

Comments
 (0)