You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 8.11.x/pipeline.yaml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ spec:
15
15
type: string
16
16
description: "controls whether Maximo Manage and CP4D+Cognos is installed"
17
17
default: "false"
18
+
- name: install-demo-data
19
+
type: string
20
+
description: "install demo data, adds 2+ hours to install time"
21
+
default: "false"
18
22
- name: license-file-secret-name
19
23
description: "Store your BYOL license key stored as a base64 encoded arbitrary secret in the kube-system namespace. provide the name of the secret here. the defaul is false which means the pipeline will attempt to download a techzone license"
0 commit comments