diff --git a/tests/templates/kuttl/iceberg-hive/33_hive.yaml.j2 b/tests/templates/kuttl/iceberg-hive/33_hive.yaml.j2 index ad533522..df035847 100644 --- a/tests/templates/kuttl/iceberg-hive/33_hive.yaml.j2 +++ b/tests/templates/kuttl/iceberg-hive/33_hive.yaml.j2 @@ -13,10 +13,11 @@ spec: {% endif %} pullPolicy: IfNotPresent clusterConfig: - database: - connString: jdbc:postgresql://postgresql:5432/hive - credentialsSecret: postgres-credentials - dbType: postgres + metadataDatabase: + postgresql: + host: postgresql + database: hive + credentialsSecretName: postgres-credentials hdfs: configMap: hdfs s3: diff --git a/tests/templates/kuttl/iceberg-rest/30_hive.yaml.j2 b/tests/templates/kuttl/iceberg-rest/30_hive.yaml.j2 index a9e31fc1..07405993 100644 --- a/tests/templates/kuttl/iceberg-rest/30_hive.yaml.j2 +++ b/tests/templates/kuttl/iceberg-rest/30_hive.yaml.j2 @@ -13,10 +13,11 @@ spec: {% endif %} pullPolicy: IfNotPresent clusterConfig: - database: - connString: jdbc:postgresql://postgresql:5432/hive - credentialsSecret: postgres-credentials - dbType: postgres + metadataDatabase: + postgresql: + host: postgresql + database: hive + credentialsSecretName: postgres-credentials s3: reference: minio {% if lookup('env', 'VECTOR_AGGREGATOR') %}