Skip to content

Commit d5ee2fd

Browse files
committed
fix linter
1 parent 43a1759 commit d5ee2fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/tls/20-install-kafka.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
controllers:
6565
config:
6666
logging:
67-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
67+
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
6868
roleGroups:
6969
default:
7070
replicas: 3

0 commit comments

Comments
 (0)