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

TRG 1.02 - an appropriate INSTALL.md #24

Closed
Tracked by #22
FaGru3n opened this issue May 15, 2023 · 5 comments
Closed
Tracked by #22

TRG 1.02 - an appropriate INSTALL.md #24

FaGru3n opened this issue May 15, 2023 · 5 comments
Labels
documentation Improvements or additions to documentation

Comments

@FaGru3n
Copy link
Contributor

FaGru3n commented May 15, 2023

Genreal File is available, but some needed things are missing:

  • local installation Markdown remove the html coded like

    image

  • copy/ code section should be improved

a) Add helm repository in tractusx

helm repo add daps https://eclipse-tractusx.github.io/charts/dev

b) To search the specific repo in helm repositories

helm search repo daps/daps-server
  • how to do would be nice if an not an expirienced user will use the chart?
    d.) These secrets should be defined in Hashicorp vault.

    e.) Deploy in a kubernetes cluster

  • basically here you can describe all nessesarry things you need to enable or provide the bring the chart running and how you should use your application.

@FaGru3n FaGru3n mentioned this issue May 15, 2023
54 tasks
@FaGru3n FaGru3n changed the title an appropriate INSTALL.md TRG 1.02 - an appropriate INSTALL.md May 15, 2023
@FaGru3n FaGru3n added the documentation Improvements or additions to documentation label May 15, 2023
@adkumar1
Copy link
Contributor

Removed html code.

Same steps has been followed for all the repositories. And its working perfectly fine

@Siegfriedk
Copy link
Contributor

@adkumar1 the point is still correct though. When you do a local installation how do i get the secret?

@adkumar1
Copy link
Contributor

adkumar1 commented May 17, 2023

@Siegfriedk No need to define the secret locally. it will take default values from secret.yaml

ClientID: {{ .Values.daps.secret.clientId | default (randAlphaNum 16) }}
ClientSecret: {{ .Values.daps.secret.clientSecret | default (randAlphaNum 16) }}

@adkumar1
Copy link
Contributor

Also updated with 807d47f

@Siegfriedk
Copy link
Contributor

not perfect but hint was added

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants