From 5f7dd07600b49738867a821ad299ce21a5b79cf7 Mon Sep 17 00:00:00 2001
From: T ArunTheja <arun9theja@gmail.com>
Date: Sun, 15 May 2022 03:49:48 +0000
Subject: [PATCH] helmfile_3.yaml

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

diff --git a/Code/Helmfile/2/helmfile_3.yaml b/Code/Helmfile/2/helmfile_3.yaml
new file mode 100644
index 0000000..b1e7cfc
--- /dev/null
+++ b/Code/Helmfile/2/helmfile_3.yaml
@@ -0,0 +1,5 @@
+releases:
+  - name: postgres
+    chart: ./charts/postgres
+    values:
+      - ./values/kanban-postgres.yaml
-- 
GitLab