Skip to content

Commit

Permalink
Fix debezium MariaDB user
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Jun 28, 2024
1 parent 584a1f6 commit c11ee58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/debezium/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ metadata:
labels:
app: debezium
data:
MARIADB_USER: "root" # TODO
MARIADB_USER: "debezium"
MARIADB_DATABASE: "faf_lobby"
RABBITMQ_USER: "debezium" # TODO
RABBITMQ_USER: "debezium"
"application.properties": |-
debezium.source.key.converter.schemas.enable=false
debezium.source.value.converter.schemas.enable=false
Expand Down

0 comments on commit c11ee58

Please sign in to comment.