add example to demonstrate remote helmfiles & remote charts
Signed-off-by: Quan TRAN <account@itscaro.me>
This commit is contained in:
parent
baafe702b2
commit
9a2df3c0a2
|
|
@ -0,0 +1,10 @@
|
||||||
|
helmfiles:
|
||||||
|
- path: git::https://github.com/cloudposse/helmfiles.git@releases/echo-server/helmfile.yaml?ref=master
|
||||||
|
values:
|
||||||
|
- installed: true
|
||||||
|
stage: test
|
||||||
|
environment: test
|
||||||
|
|
||||||
|
releases:
|
||||||
|
- name: apache
|
||||||
|
chart: git::https://github.com/bitnami/charts.git@bitnami/apache?ref=master
|
||||||
Loading…
Reference in New Issue