Fix chart cleanup bug
-chart cleanup was never refactored for new yaml format -fix chart cleanup syntax -add simple.yaml for quick tests -fix chart cleanup cli flag
This commit is contained in:
committed by
Alexis Rivera DeLa Torre
parent
701ac2fa8f
commit
5e580ee3cb
29
examples/simple.yaml
Normal file
29
examples/simple.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
# For simple deployments
|
||||
|
||||
armada:
|
||||
release_prefix: armada
|
||||
charts:
|
||||
- description: Deploys Helm Toolkit and Mariadb
|
||||
chart_group:
|
||||
- chart: &blog-1
|
||||
name: blog-1
|
||||
release_name: blog-1
|
||||
namespace: default
|
||||
values: {}
|
||||
source:
|
||||
type: git
|
||||
location: https://github.com/gardlt/hello-world-chart
|
||||
subpath: .
|
||||
reference: master
|
||||
dependencies: []
|
||||
- chart: &blog-2
|
||||
name: blog-2
|
||||
release_name: blog-2
|
||||
namespace: default
|
||||
values: {}
|
||||
source:
|
||||
type: git
|
||||
location: https://github.com/gardlt/hello-world-chart
|
||||
subpath: .
|
||||
reference: master
|
||||
dependencies: []
|
||||
Reference in New Issue
Block a user