You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
658 B
32 lines
658 B
--- |
|
appName: stx-app |
|
namespace: stx-app |
|
version: 1.0-1 |
|
chart: |
|
- name: chart1 |
|
path: /path/to/chart1 |
|
wait: 600 |
|
values: |
|
test_key: test_value |
|
- name: chart2 |
|
path: https://git/of/chart2.git |
|
- name: chart3 |
|
path: https://tarball/of/chart3-sha.tgz |
|
chartGroup: |
|
- name: chartgroup1 |
|
description: "This is the first chartgroup" |
|
sequenced: true |
|
chart_group: |
|
- chart1 |
|
- chart2 |
|
- name: chartgroup2 |
|
description: "This is the second chartgroup" |
|
sequenced: false |
|
chart_group: |
|
- chart3 |
|
manifest: |
|
name: stx-app-manifest |
|
releasePrefix: myprefix |
|
chart_groups: |
|
- chartgroup1 |
|
- chartgroup2
|
|
|