From 1b981ec6a4776571c9bcd2bd5860ee5267f72d3f Mon Sep 17 00:00:00 2001 From: T ArunTheja <arun9theja@gmail.com> Date: Mon, 16 May 2022 07:45:39 +0000 Subject: [PATCH] helmfile_6.yaml --- Code/Helmfile/3/helmfile_6.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Code/Helmfile/3/helmfile_6.yaml diff --git a/Code/Helmfile/3/helmfile_6.yaml b/Code/Helmfile/3/helmfile_6.yaml new file mode 100644 index 0000000..f14d0a5 --- /dev/null +++ b/Code/Helmfile/3/helmfile_6.yaml @@ -0,0 +1,5 @@ +releases: +- name: helloworld + chart: ./helloworld + values: + - values.yaml.gotmpl -- GitLab