From 25dce37ee27ff98ac048eaa0275ccbe2e32624cb Mon Sep 17 00:00:00 2001 From: T ArunTheja <arun9theja@gmail.com> Date: Sun, 15 May 2022 12:09:57 +0000 Subject: [PATCH] helmfile_2.yaml --- Code/Helmfile/3/helmfile_2.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Code/Helmfile/3/helmfile_2.yaml diff --git a/Code/Helmfile/3/helmfile_2.yaml b/Code/Helmfile/3/helmfile_2.yaml new file mode 100644 index 0000000..d671eca --- /dev/null +++ b/Code/Helmfile/3/helmfile_2.yaml @@ -0,0 +1,6 @@ +--- +releases: + + - name: helloworld + chart: ./helloworld + installed: false -- GitLab