Skip to content

Commit af08482

Browse files
authored
enable vector agent in external access test (#669)
1 parent c0054b3 commit af08482

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/templates/kuttl/external-access/install-hive.yaml.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ spec:
2121
vectorAggregatorConfigMapName: vector-aggregator-discovery
2222
{% endif %}
2323
metastore:
24+
config:
25+
logging:
26+
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
2427
roleConfig:
2528
listenerClass: test-cluster-internal-$NAMESPACE
2629
roleGroups:

0 commit comments

Comments
 (0)