From 09a44f96f4c8a173321e094802acf1a203af7e90 Mon Sep 17 00:00:00 2001 From: Maciej Maciejko Date: Wed, 28 Feb 2024 15:15:14 +0100 Subject: [PATCH] readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad03efc..ebd560c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ The docker image is published on github repository (ghcr.io). Login to github re ``` docker login ghcr.io -u [github_username] ``` -To install hive-metastore execute +To install hive-metastore: ``` -helm install hms hive-metastore +helm repo add getindata-hms https://getindata.github.io/hive-metastore +helm install hms getindata-hms/hive-metastore ``` \ No newline at end of file