From db293dc293924b1d092892c82bf6e596c4f80d07 Mon Sep 17 00:00:00 2001 From: T ArunTheja <arun9theja@gmail.com> Date: Sun, 15 May 2022 17:07:58 +0000 Subject: [PATCH] helmfile_5.yaml --- Code/Helmfile/3/helmfile_5.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Code/Helmfile/3/helmfile_5.yaml diff --git a/Code/Helmfile/3/helmfile_5.yaml b/Code/Helmfile/3/helmfile_5.yaml new file mode 100644 index 0000000..c3c73f0 --- /dev/null +++ b/Code/Helmfile/3/helmfile_5.yaml @@ -0,0 +1,14 @@ + --- + repositories: + - name: helloworld + url: git+https://github.com/rahulwagh/helmchart@helloworld?ref=master&sparse=0 + + releases: + + - name: helloworld1 + chart: ./helloworld1 + installed: true + + - name: helloworld2 + chart: ./helloworld2 + installed: true -- GitLab