From 807d47fd2ba0eb6890c8594d91412582a139e7be Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Wed, 17 May 2023 17:00:05 +0530 Subject: [PATCH] Update Installation steps --- INSTALL.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 646b9fb..9b6c1d8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,7 +4,7 @@ Helm charts are provided inside https://github.com/eclipse-tractusx/daps-helm-ch 1.) Using helm commands:
-How to install application using helm: +How to install application using helm:
helm install ReleaseName ChartName a.) Add helm repository in tractusx: @@ -19,12 +19,7 @@ How to install application using helm: a.) git clone https://github.com/eclipse-tractusx/daps-helm-chart.git b.) Modify values file according to your requirement - c.) Add the image.repository in the values file - c.) You need to define the secrets as well in values.yaml - secret: - clientId: -> Client id for DAPS - clientSecret: -> Client Secret for DAPS + c.) Add the image.repository in the values file (You can use your own images, one available image is available at the frauenhofer ghcr.io/fraunhofer-aisec/omejdn-server:1.7.1") - d.) These secrets should be defined in Hashicorp vault - e.) Deploy in a kubernetes cluster + d.) Deploy in a kubernetes cluster helm install daps-server charts/daps-server/ -n NameSpace