Skip to content

Commit

Permalink
Use the setvmmaxmapcount initcontainer by default in E2E tests (#1300)
Browse files Browse the repository at this point in the history
Let's keep our default defaults :)

The setting is disabled explicitly for E2E tests where we enable a
restricted security context.
  • Loading branch information
sebgl committed Jul 19, 2019
1 parent ae23cf4 commit fff1526
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions operators/test/e2e/test/elasticsearch/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ func NewBuilder(name string) Builder {
Elasticsearch: estype.Elasticsearch{
ObjectMeta: meta,
Spec: estype.ElasticsearchSpec{
SetVMMaxMapCount: test.BoolPtr(false),
Version: test.ElasticStackVersion,
Version: test.ElasticStackVersion,
},
},
}
Expand Down

0 comments on commit fff1526

Please sign in to comment.