From fdcad9b3519fba308ff9ca45e2cb4f1beda26247 Mon Sep 17 00:00:00 2001 From: T ArunTheja <arun9theja@gmail.com> Date: Mon, 16 May 2022 12:13:59 +0000 Subject: [PATCH] helmfile_8.yaml --- Code/Helmfile/3/helmfile_8.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Code/Helmfile/3/helmfile_8.yaml diff --git a/Code/Helmfile/3/helmfile_8.yaml b/Code/Helmfile/3/helmfile_8.yaml new file mode 100644 index 0000000..872f148 --- /dev/null +++ b/Code/Helmfile/3/helmfile_8.yaml @@ -0,0 +1,10 @@ +environments: + production: + values: + - production.yaml + +--- +releases: + - name: helloworld1 + chart: ./helloworld1 + installed: true -- GitLab