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