Skip to content

Commit

Permalink
Merge pull request #2626 from alvaropicazo/fix-2625-mysqltessera
Browse files Browse the repository at this point in the history
fix(fabric): Update configmap from tessera node chart
  • Loading branch information
sownak authored Oct 24, 2024
2 parents 2e1e5a1 + 54af057 commit 51afd95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data:
"useWhiteList": "false",
"jdbc": {
"username": {{ .Values.tessera.dbUsername | quote }},
"password": "",
"password": {{ .Values.tessera.password | quote }},
"url": "jdbc:mysql://{{ include "besu-tessera-node.fullname" . }}:{{ .Values.tessera.dbport }}/demodb"
},
"serverConfigs": [
Expand Down

0 comments on commit 51afd95

Please sign in to comment.