diff --git a/Code/Helmfile/3/helmfile_8.yaml b/Code/Helmfile/3/helmfile_8.yaml new file mode 100644 index 0000000000000000000000000000000000000000..872f14843620854d8bc93c41f53a4346cb39ed7b --- /dev/null +++ b/Code/Helmfile/3/helmfile_8.yaml @@ -0,0 +1,10 @@ +environments: + production: + values: + - production.yaml + +--- +releases: + - name: helloworld1 + chart: ./helloworld1 + installed: true