Skip to content

Commit 91659bb

Browse files
committed
remove redundant memory increase
1 parent d413bb8 commit 91659bb

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ spec:
6262
zookeeperConfigMapName: test-kafka-znode
6363
{% else %}
6464
controllers:
65+
config:
66+
logging:
67+
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
6568
roleGroups:
6669
default:
6770
replicas: 3
@@ -70,11 +73,6 @@ spec:
7073
config:
7174
logging:
7275
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
73-
resources:
74-
# There are some test failures that kill the container due to error 137 (not enough memory)
75-
# using the default (currently 1Gi), when running the tls test scripts.
76-
memory:
77-
limit: '1.3Gi'
7876
roleGroups:
7977
default:
8078
replicas: 3

0 commit comments

Comments
 (0)