Skip to content

Commit

Permalink
Update keycloak db addr
Browse files Browse the repository at this point in the history
  • Loading branch information
gornication committed Sep 29, 2023
1 parent 1ba8c13 commit 92d1ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/brokencrystals-experimental/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
Benchmark application that uses modern technologies and implements a set of
common security vulnerabilities
type: application
version: 0.0.23
version: 0.0.24
keywords:
- brokencrystals-exp
- brkn-e
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- name: DB_VENDOR
value: "POSTGRES"
- name: DB_ADDR
value: "{{ include "brokencrystals.fullname" . }}-keycloak-postgres-service"
value: "{{ include "brokencrystals.fullname" . }}-postgres-service"
- name: DB_DATABASE
value: "keycloak"
- name: DB_SCHEMA
Expand Down

0 comments on commit 92d1ed7

Please sign in to comment.