diff --git a/Helm/Helm_Commands b/Helm/Helm_Commands index c270615f36d0f5d184fff29cd9ef793c9ab2e3f8..3bc33c39388c1133f675be9848ee874af72593a5 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