From b49bf739bdf778a33a556462458cf19668d68a8e Mon Sep 17 00:00:00 2001 From: T ArunTheja <arun9theja@gmail.com> Date: Fri, 13 May 2022 11:56:39 +0000 Subject: [PATCH] Notes --- Code/Helmfile/1/Notes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Code/Helmfile/1/Notes b/Code/Helmfile/1/Notes index 8a7107e..2df5bc8 100644 --- a/Code/Helmfile/1/Notes +++ b/Code/Helmfile/1/Notes @@ -2,3 +2,6 @@ The Helmfile (helmfile.yaml) and Helm Chart (backend) inside the folder (charts) We can deploy the Helm Chart (backend) by running the command. $ helmfile sync + +We can deploy the Helm Chart (backend) using multiple Environments to use the (--environment/-e) option by running the command. +$ helmfile -e staging sync -- GitLab