Skip to content

Commit

Permalink
Revert "Use the setvmmaxmapcount initcontainer by default in E2E tests (
Browse files Browse the repository at this point in the history
#1300)" (#1302)

This reverts commit fff1526.
This commit is breaking our E2E tests chain, which deploy a
PodSecurityPolicy by default. Any privileged init container will not
work.

I'll open an issue for a longer-term fix to properly handle this.
  • Loading branch information
sebgl authored Jul 19, 2019
1 parent 156847e commit 3098741
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion operators/test/e2e/test/elasticsearch/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ func NewBuilder(name string) Builder {
Elasticsearch: estype.Elasticsearch{
ObjectMeta: meta,
Spec: estype.ElasticsearchSpec{
Version: test.ElasticStackVersion,
SetVMMaxMapCount: test.BoolPtr(false),
Version: test.ElasticStackVersion,
},
},
}
Expand Down

0 comments on commit 3098741

Please sign in to comment.