Skip to content

Commit

Permalink
DBZ-6493 simplified example CR
Browse files Browse the repository at this point in the history
  • Loading branch information
jcechace committed Jun 2, 2023
1 parent 19371de commit 0af975d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions examples/postgres/010_debezium-server-ephemeral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ metadata:
name: my-debezium
spec:
image: quay.io/jcechace/debezium-server:latest
storage:
type: ephemeral
quarkus:
config:
log.console.json: false
Expand All @@ -30,10 +28,3 @@ spec:
database.dbname: ${POSTGRES_DB}
topic.prefix: inventory
schema.include.list: inventory
format:
value:
type: json
config:
schemas.enable: false
key:
type: json

0 comments on commit 0af975d

Please sign in to comment.