Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions tests/templates/kuttl/iceberg-hive/33_hive.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 5 additions & 4 deletions tests/templates/kuttl/iceberg-rest/30_hive.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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') %}
Expand Down
Loading