Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-9325

Debezium platform with external database standalone server pod is not created

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • 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) 

              Unassigned Unassigned
              rhaccount_to_report_issue_in_dbz rhaccount_to_report_issue_in_dbz and nothing else (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: