Skip to content

Commit

Permalink
cicd: add dev keycloak config for eclipse-tractusx/bpdm#904
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoprow committed May 11, 2024
1 parent 325d3d7 commit 07724c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev/bpdm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ bpdm-cleaning-service-dummy:
client-secret: <path:bpdm/data/dev/pool/admin-user#client-secret>

postgres:
fullnameOverride: ""
auth:
postgresPassword: <path:bpdm/data/dev/pool/postgresql#postgres-password>
password: <path:bpdm/data/dev/pool/postgresql#password>
password: <path:bpdm/data/dev/pool/postgresql#password>

keycloak:
enabled: false

0 comments on commit 07724c0

Please sign in to comment.