From 1180f10b38c2fbe8da3e95480fd95c3e1e7d88de Mon Sep 17 00:00:00 2001
From: T ArunTheja <arun9theja@gmail.com>
Date: Sun, 15 May 2022 04:04:42 +0000
Subject: [PATCH] helmfile_4.yaml

---
 Code/Helmfile/2/helmfile_4.yaml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 Code/Helmfile/2/helmfile_4.yaml

diff --git a/Code/Helmfile/2/helmfile_4.yaml b/Code/Helmfile/2/helmfile_4.yaml
new file mode 100644
index 0000000..50d3da3
--- /dev/null
+++ b/Code/Helmfile/2/helmfile_4.yaml
@@ -0,0 +1,15 @@
+releases:
+  - name: adminer
+    chart: ./charts/app
+    values:
+      - ./values/adminer.yaml
+
+  - name: kanban-app
+    chart: ./charts/app
+    values:
+      - ./values/kanban-app.yaml
+
+  - name: kanban-ui
+    chart: ./charts/app
+    values:
+      - ./values/kanban-ui.yaml
-- 
GitLab