fix: separate environments and releases with --- in helmfile.yaml
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
6fc16f4ed2
commit
8037106667
|
|
@ -1,5 +1,6 @@
|
|||
environments:
|
||||
test: {}
|
||||
---
|
||||
releases:
|
||||
- name: app
|
||||
chart: helm/my-chart
|
||||
|
|
|
|||
Loading…
Reference in New Issue