Skip to content

Commit f54a4bd

Browse files
committed
Add helmfile.yaml for argocd, hello-world, and rancher-to-argocd-controller applications; define releases for each chart.
1 parent 479ac14 commit f54a4bd

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

apps/argocd/helmfile.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
releases:
3+
- name: argocd
4+
chart: ./

apps/hello-world/helmfile.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
releases:
3+
- name: hello-world
4+
chart: ./
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
releases:
3+
- name: rancher-to-argocd-controller
4+
chart: ./

0 commit comments

Comments
 (0)