Skip to content

Commit f83f610

Browse files
authored
Add terminationGracePerdiodSeconds to target deployment. (#75)
1 parent 05e1fdb commit f83f610

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-target/local-pod-under-test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ spec:
2121
k8s.v1.cni.cncf.io/networks: {{ MULTUS_ANNOTATION }}
2222
name: test
2323
spec:
24+
terminationGracePeriodSeconds: 30
2425
automountServiceAccountToken: false
2526
containers:
26-
- image: quay.io/testnetworkfunction/cnf-test-partner:latest
27+
- image: quay.io/testnetworkfunction/cnf-test-partner:latest
2728
imagePullPolicy: IfNotPresent
2829
name: test
2930
ports:

0 commit comments

Comments
 (0)