From 35e4ff1b6d2f70c7d522be1bf6c45b26d44a01df Mon Sep 17 00:00:00 2001
From: T ArunTheja <arun9theja@gmail.com>
Date: Fri, 13 May 2022 11:44:54 +0000
Subject: [PATCH] helmfile(Environments).yaml

---
 Code/Helmfile/1/helmfile(Environments).yaml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Code/Helmfile/1/helmfile(Environments).yaml

diff --git a/Code/Helmfile/1/helmfile(Environments).yaml b/Code/Helmfile/1/helmfile(Environments).yaml
new file mode 100644
index 0000000..4f7d8d8
--- /dev/null
+++ b/Code/Helmfile/1/helmfile(Environments).yaml
@@ -0,0 +1,12 @@
+environments:
+  development:
+  staging:
+  production:
+
+releases:
+- name: backend
+  chart: charts/backend
+  values:
+  - charts/backend/values-{{ .Environment.Name }}.yaml
+  secrets:
+  - charts/backend/secrets-{{ .Environment.Name }}.yaml
-- 
GitLab