From 68625a9b156feaea3620011ba8fc217748d8c3cf Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Mon, 27 Apr 2026 11:45:21 +0200 Subject: [PATCH] test: Fix HMS database connections --- tests/templates/kuttl/iceberg-hive/33_hive.yaml.j2 | 9 +++++---- tests/templates/kuttl/iceberg-rest/30_hive.yaml.j2 | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) 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') %}