diff --git a/Code/Helmfile/3/helmfile_7.yaml b/Code/Helmfile/3/helmfile_7.yaml index df3d30b1b4f86fa2152770cc3f15dfae6629bd57..69429b379614b78ffad364a582bc8747c9e65f2d 100644 --- a/Code/Helmfile/3/helmfile_7.yaml +++ b/Code/Helmfile/3/helmfile_7.yaml @@ -1,9 +1,9 @@ environments: default: - test: ---- + test: # deploying Helm Chart in test environment +--- releases: - - name: helloworld1 - chart: ./helloworld1 - installed: true + - name: helloworld1 + chart: ./helloworld1 + installed: true