File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ spec:
1313{% endif %}
1414 pullPolicy: IfNotPresent
1515 clusterConfig:
16- database:
17- connString: jdbc:postgresql://postgresql:5432/hive
18- credentialsSecret: postgres-credentials
19- dbType: postgres
16+ metadataDatabase:
17+ postgresql:
18+ host: postgresql
19+ database: hive
20+ credentialsSecretName: postgres-credentials
2021 hdfs:
2122 configMap: hdfs
2223 s3:
Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ spec:
1313{% endif %}
1414 pullPolicy: IfNotPresent
1515 clusterConfig:
16- database:
17- connString: jdbc:postgresql://postgresql:5432/hive
18- credentialsSecret: postgres-credentials
19- dbType: postgres
16+ metadataDatabase:
17+ postgresql:
18+ host: postgresql
19+ database: hive
20+ credentialsSecretName: postgres-credentials
2021 s3:
2122 reference: minio
2223{% if lookup ('env' , 'VECTOR_AGGREGATOR' ) %}
You can’t perform that action at this time.
0 commit comments