From 18ba799561b3844f320bf1765e2476c4af793373 Mon Sep 17 00:00:00 2001 From: T ArunTheja <arun9theja@gmail.com> Date: Thu, 19 May 2022 03:14:33 +0000 Subject: [PATCH] Helm_Commands --- Helm/Helm_Commands | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Helm/Helm_Commands b/Helm/Helm_Commands index c270615..3bc33c3 100644 --- a/Helm/Helm_Commands +++ b/Helm/Helm_Commands @@ -1,3 +1,10 @@ [Plugin] helm plugin install https://github.com/databus23/helm-diff helm plugin uninstall diff + +[Repositories] +helm repo add bitnami https://charts.bitnami.com/bitnami +helm repo add elastic https://helm.elastic.co + +[Install] +helm install elasticsearch elastic/elasticsearch -f values.yaml -- GitLab