From c00ab014c0d238aaf153c38ac8840cc9db38680e Mon Sep 17 00:00:00 2001 From: T ArunTheja <arun9theja@gmail.com> Date: Sun, 15 May 2022 12:16:34 +0000 Subject: [PATCH] helmfile (Syntax) --- Code/Helmfile/helmfile (Syntax) | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Code/Helmfile/helmfile (Syntax) b/Code/Helmfile/helmfile (Syntax) index a4d065d..d4bda51 100644 --- a/Code/Helmfile/helmfile (Syntax) +++ b/Code/Helmfile/helmfile (Syntax) @@ -6,3 +6,9 @@ It tells helmfile where a base Helm chart is located. â— values It like to inject some values by using different values YAML file. + +â— installed: true +To install the helmchart using helmfile then must set this flag to true. + +â— installed: false +To uninstall the helmchart using helmfile then must set this flag to false. -- GitLab