Skip to content

Commit 37e2dd9

Browse files
committed
fix: missing derby change in test
1 parent 56fedd2 commit 37e2dd9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/templates/kuttl/authorizer/04-install-druid.yaml.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ spec:
2828
configMapName: druid-hdfs
2929
directory: /druid
3030
metadataDatabase:
31-
derby: {}
31+
derby:
32+
location: "//localhost:1527/var/druid/metadata.db"
3233
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
3334
vectorAggregatorConfigMapName: vector-aggregator-discovery
3435
{% endif %}

0 commit comments

Comments
 (0)