
Update app-gen.py so the user can choose between Armada or FluxCD packaging, or both. - Create templates for FluxCD manifest - Create templates for Flux plugins - Update app-gen.py so it also supports FluxCD - Create template for the input file Story: 2010937 Task: 48913 Change-Id: I2521c3509556910841fd116f5a106e6577aad58a Signed-off-by: Daniel Caires <daniel.caires@encora.com>
27 lines
495 B
Plaintext
27 lines
495 B
Plaintext
---
|
|
schema: armada/Chart/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: $NAME$
|
|
data:
|
|
chart_name: $NAME$
|
|
release: $NAME$
|
|
namespace: $NAMESPACE$
|
|
test:
|
|
enabled: false
|
|
wait:
|
|
timeout: $WAIT%600$
|
|
labels:
|
|
$WAIT_LABEL_KEY$: $RELEASE_PREFIX$-$NAME$
|
|
install:
|
|
no_hooks: false
|
|
upgrade:
|
|
no_hooks: false
|
|
@VALUES|2@
|
|
source:
|
|
type: tar
|
|
location: http://172.17.0.1:8080/helm_charts/starlingx/$TARBALL_NAME$
|
|
subpath: $CHART_ARCNAME$
|
|
dependencies: []
|
|
|