Skip to content

Commit 87e272b

Browse files
authored
webhook tests: remove webhook-operator resource limits (#2131)
The memory limit was causing the pod to be OOMKilled in my local execution of the experimental e2e tests. That limit is irrelevant to the purpose of the test, so it can be safely removed.
1 parent b50dbe0 commit 87e272b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

testdata/images/bundles/webhook-operator/v0.0.1/manifests/webhook-operator.clusterserviceversion.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ spec:
107107
name: webhook-server
108108
protocol: TCP
109109
resources:
110-
limits:
111-
cpu: 100m
112-
memory: 30Mi
113110
requests:
114111
cpu: 100m
115112
memory: 20Mi

0 commit comments

Comments
 (0)