421ced5174
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>
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
HELM_NS = "{namespace}"
|
|
|
|
HELM_APP = "{name}"
|
|
|
|
HELM_CHART = "{name}"
|
|
|
|
FLUXCD_HELMRELEASE = "{name}" |