Skip to content

Commit fff1526

Browse files
authored
Use the setvmmaxmapcount initcontainer by default in E2E tests (#1300)
Let's keep our default defaults :) The setting is disabled explicitly for E2E tests where we enable a restricted security context.
1 parent ae23cf4 commit fff1526

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

operators/test/e2e/test/elasticsearch/builder.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ func NewBuilder(name string) Builder {
4444
Elasticsearch: estype.Elasticsearch{
4545
ObjectMeta: meta,
4646
Spec: estype.ElasticsearchSpec{
47-
SetVMMaxMapCount: test.BoolPtr(false),
48-
Version: test.ElasticStackVersion,
47+
Version: test.ElasticStackVersion,
4948
},
5049
},
5150
}

0 commit comments

Comments
 (0)