From 8d7232cb281b4cff9a3b75ba7388447a05ceabd4 Mon Sep 17 00:00:00 2001 From: T ArunTheja <arun9theja@gmail.com> Date: Sun, 15 May 2022 12:20:42 +0000 Subject: [PATCH] helmfile_3.yaml --- Code/Helmfile/3/helmfile_3.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Code/Helmfile/3/helmfile_3.yaml diff --git a/Code/Helmfile/3/helmfile_3.yaml b/Code/Helmfile/3/helmfile_3.yaml new file mode 100644 index 0000000..7d1770f --- /dev/null +++ b/Code/Helmfile/3/helmfile_3.yaml @@ -0,0 +1,10 @@ +--- +repositories: + - name: helloworld + url: git+https://github.com/rahulwagh/helmchart@helloworld?ref=master&sparse=0 + +releases: + + - name: helloworld + chart: helloworld/helloworld + installed: false -- GitLab