-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(database): add instructions for passing DB properties dynamically #7888
Conversation
Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>
Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>
Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>
Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>
- Override connection URI for one specific component. For instance, | ||
`jans-auth` component | ||
```shell | ||
CN_AUTH_JAVA_OPTIONS=-Dconnection.uri=new-mysql-uri |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can use jdbc:postgresql://postgresql.sql.svc.cluster.local:5432/jansdb
for example of connection URI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iromli These changes have been added by Mo in the subsequent commit.
#7888) * fix(docs): add property override for VM Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com> * fix(docs): add property override instructions for CN Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com> * fix(docs): minor updates Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com> * fix(docs): proofreading changes Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com> * docs(chart): add helm instructions --------- Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com> Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com> Former-commit-id: 644b74d
Prepare
Description
Target issue
closes #7408
Implementation Details
Test and Document the changes