File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : vc-authentication
33description : Umbrella Chart for the FIWARE vc-authentication, combining all essential parts to be used by a participant.
44type : application
5- version : 1.1.0
5+ version : 1.1.1
66dependencies :
77 - name : vcverifier
88 condition : vcverifier.enabled
Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ trusted-issuers-list:
5252 # -- name of the db dialect
5353 dialect : POSTGRES
5454 # -- name of the db user
55- username : postgres
55+ username : til
5656 # -- configuration for the existing secret to get the passwords from
5757 existingSecret :
5858 enabled : true
59- name : postgres .postgres.credentials.postgresql.acid.zalan.do
59+ name : til .postgres.credentials.postgresql.acid.zalan.do
6060 key : password
6161 # -- host of the database
6262 host : postgres
@@ -100,11 +100,11 @@ credentials-config-service:
100100 # -- name of the db dialect
101101 dialect : POSTGRES
102102 # -- name of the db user
103- username : postgres
103+ username : ccs
104104 # -- configuration for the existing secret to get the passwords from
105105 existingSecret :
106106 enabled : true
107- name : postgres .postgres.credentials.postgresql.acid.zalan.do
107+ name : ccs .postgres.credentials.postgresql.acid.zalan.do
108108 key : password
109109 # -- host of the database
110110 host : postgres
You can’t perform that action at this time.
0 commit comments