Skip to content

Commit 9fc4e3e

Browse files
committed
fix druid postgres connection
1 parent 3d41052 commit 9fc4e3e

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

stacks/nifi-kafka-druid-superset-s3/druid.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ spec:
88
productVersion: 35.0.1
99
clusterConfig:
1010
zookeeperConfigMapName: druid-znode
11-
metadataStorageDatabase:
12-
dbType: postgresql
13-
connString: jdbc:postgresql://postgresql-druid/druid
14-
host: postgresql-druid
15-
port: 5432
16-
credentialsSecret: druid-db-credentials
11+
metadataDatabase:
12+
postgresql:
13+
host: postgresql-druid
14+
database: druid
15+
credentialsSecretName: druid-db-credentials
1716
deepStorage:
1817
s3:
1918
bucket:

0 commit comments

Comments
 (0)