From 4e97521215dde23284ac46803bca63660a32e567 Mon Sep 17 00:00:00 2001 From: T ArunTheja <arun9theja@gmail.com> Date: Sun, 15 May 2022 07:53:39 +0000 Subject: [PATCH] Helmfile --- Helm/Helmfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Helm/Helmfile b/Helm/Helmfile index c7acac7..1cf8dcf 100644 --- a/Helm/Helmfile +++ b/Helm/Helmfile @@ -13,3 +13,10 @@ $ mv helmfile /usr/local/bin After moving the file verify the Helmfile installation by running the command. $ helmfile --version + +[Commands] +helmfile --version + +helmfile repos # to add the repository to instance + +helmfile sync # to install/uninstall of Helm Charts -- GitLab