diff --git a/Code/Helmfile/helmfile (Syntax) b/Code/Helmfile/helmfile (Syntax) index a4d065d40cc7b284be62a24ddfaa84136d440b3d..d4bda5173af73925349d0bb873084d9ea489e50b 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.