From caddd777941844068dadc0f5577c21e1cd000498 Mon Sep 17 00:00:00 2001 From: Simone Lindner Date: Tue, 15 Aug 2023 08:25:34 +0200 Subject: [PATCH] Readme in Helm Charts updated. --- charts/discoveryfinder/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/discoveryfinder/README.md b/charts/discoveryfinder/README.md index 7623b6e..97dc69f 100644 --- a/charts/discoveryfinder/README.md +++ b/charts/discoveryfinder/README.md @@ -2,8 +2,8 @@ ![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.2-M1](https://img.shields.io/badge/AppVersion-0.2.2--M1-informational?style=flat-square) -Tractus-X Discovery Finder Helm Chart -This chart installs the Discoveryfinder and its direct dependcies. +**Tractus-X Discovery Finder Helm Chart**
+This chart installs the Discovery Finder and its direct dependencies. ## Requirements @@ -18,7 +18,8 @@ This chart installs the Discoveryfinder and its direct dependcies. ## Install ``` -helm repo add discoveryfinder https://github.com/eclipse-tractusx/sldt-discovery-finder +helm dep up charts/discoveryfinder +kubectl create namespace discovery helm install discoveryfinder -n discovery charts/discoveryfinder ```