Skip to content

Commit 13a594f

Browse files
authored
e2e: make pods exit faster (#1817)
Signed-off-by: Joe Lanford <[email protected]>
1 parent 1573846 commit 13a594f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/e2e/metrics_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ func (c *MetricsTestConfig) createCurlMetricsPod() {
125125
"--restart=Never",
126126
"--overrides", `{
127127
"spec": {
128+
"terminationGradePeriodSeconds": 0,
128129
"containers": [{
129130
"name": "curl",
130131
"image": "curlimages/curl",

testdata/images/bundles/test-operator/v1.0.0/manifests/testoperator.clusterserviceversion.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ spec:
5555
labels:
5656
app: olme2etest
5757
spec:
58+
terminationGracePeriodSeconds: 0
5859
containers:
5960
- name: busybox
6061
image: busybox

0 commit comments

Comments
 (0)