File tree Expand file tree Collapse file tree
operator/tutorial-pubsub/k8s Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,24 +3,25 @@ kind: DebeziumServer
33metadata :
44 name : my-debezium
55spec :
6+ image : quay.io/debezium/server:2.5.3.Final
67 quarkus :
78 config :
89 log.console.json : false
910 kubernetes-config.enabled : true
1011 kubernetes-config.secrets : postgresql-credentials,pubsub-credentials
1112 runtime :
12- volumes :
13- - name : pubsub
14- secret :
15- secretName : pubsub-credentials
16- items :
17- - key : PUBSUB_CREDENTIALS
18- path : service-account.json
19- templates :
20- container :
21- env :
22- - name : GOOGLE_APPLICATION_CREDENTIALS
23- value : /debezium/external-configuration /pubsub/service-account.json
13+ storage :
14+ external :
15+ - name : pubsub
16+ secret :
17+ secretName : pubsub-credentials
18+ items :
19+ - key : PUBSUB_CREDENTIALS
20+ path : service-account.json
21+ environment :
22+ vars :
23+ - name : GOOGLE_APPLICATION_CREDENTIALS
24+ value : /debezium/external/pubsub/service-account.json
2425 sink :
2526 type : pubsub
2627 config :
Original file line number Diff line number Diff line change 99 source : operatorhubio-catalog
1010 sourceNamespace : olm
1111 channel : debezium-2.5.x
12- startingCSV : debezium-operator.v2.5.0
12+ startingCSV : debezium-operator.v2.5.3-final
You can’t perform that action at this time.
0 commit comments