salmon-exabyte-77928
05/12/2023, 3:22 PMvalues.yaml
host: "deps-postgresql.deps.svc.cluster.local:5432"
hostForpostgresqlClient: "deps-postgresql.deps.svc.cluster.local"
port: "5432"
url: "jdbc:<postgresql://deps-postgresql.deps.svc.cluster.local:5432/dh02?verifyServerCertificate=false&useSSL=true&useUnicode=yes&characterEncoding=UTF-8&enabledTLSProtocols=TLSv1.2>"
driver: "org.postgresql.Driver"
username: "postgres"
password:
secretRef: postgresql-secrets
secretKey: postgres-password
# --------------OR----------------
# value: password
But postgresql setup job creates database datahub
and ignores database dh02
specified in connection string. Any minds?
2023/05/12 15:11:11 Waiting for: <tcp://deps-postgresql.deps.svc.cluster.local:5432>
2023/05/12 15:11:11 Connected to <tcp://deps-postgresql.deps.svc.cluster.local:5432>
CREATE DATABASE
-- create metadata aspect table
After job finished database datahub
appears on the postgresql instance and tables present there, but db dh02
is not.lively-cat-88289
05/12/2023, 3:22 PMsalmon-exabyte-77928
05/15/2023, 9:58 AM