From 135c24af85d8e76b041c9b6f54fdf723a2bb127a Mon Sep 17 00:00:00 2001 From: T ArunTheja <arun9theja@gmail.com> Date: Mon, 16 May 2022 12:27:38 +0000 Subject: [PATCH] helmfile_9.yaml --- Code/Helmfile/3/helmfile_9.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Code/Helmfile/3/helmfile_9.yaml diff --git a/Code/Helmfile/3/helmfile_9.yaml b/Code/Helmfile/3/helmfile_9.yaml new file mode 100644 index 0000000..0498208 --- /dev/null +++ b/Code/Helmfile/3/helmfile_9.yaml @@ -0,0 +1,9 @@ +environments: + cluster-azure-us-west: + values: + - git::https://github.com/rahulwagh/helmchart@helloworld?ref=master&sparse=0 + +releases: + - name: helloworld1 + chart: ./helloworld1 + installed: true -- GitLab