-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
None
-
False
-
-
False
Description
when using external database the standalone server pod/replicaset is not created after creating a pipeline.
recreate environment:
helm repo add debezium https://charts.debezium.io helm upgrade --install debezium debezium/debezium-platform --version 3.2.0-final -n playground --create-namespace -f values.helm.yml
values.helm.yml:
domain:
url: dbz.my.sv
database:
enabled: false
name: debezium
host: postgresql.infra
auth:
existingSecret: debezium-postgresql # <---- a secret
secret.yml
apiVersion: v1 kind: Secret metadata: name: debezium-postgresql namespace: playground type: Opaque data: username: cG9zdGdyZXM= password: cG9zdGdyZXM= #<---- base64(postgres)