Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Update Installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 authored May 17, 2023
1 parent d24b42b commit 807d47f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Helm charts are provided inside https://github.com/eclipse-tractusx/daps-helm-ch

1.) Using helm commands: <br />

How to install application using helm:
How to install application using helm: <br />
helm install ReleaseName ChartName

a.) Add helm repository in tractusx:
Expand All @@ -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

0 comments on commit 807d47f

Please sign in to comment.