Skip to content

Commit

Permalink
remove pod delete grace-period (#128)
Browse files Browse the repository at this point in the history
Signed-off-by: ryanohnemus <[email protected]>
  • Loading branch information
ryanohnemus authored Jan 19, 2024
1 parent 278586d commit 1172de5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/kubernetes-plugins/full.bats
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ setup() {
teardown() {
if [[ "${SKIP_TEARDOWN:-no}" != "yes" ]]; then
if [[ ! -z "$TEST_POD_NAME" ]]; then
run kubectl delete pod $TEST_POD_NAME --grace-period 0
run kubectl delete pod $TEST_POD_NAME
fi
fi
}
Expand Down
2 changes: 1 addition & 1 deletion tests/kubernetes-plugins/resources/fluentbit-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extraVolumes:
config:
service: |
[SERVICE]
Flush 5
Flush 0.25
Daemon Off
Log_Level error
HTTP_Server On
Expand Down
2 changes: 1 addition & 1 deletion tests/kubernetes-plugins/resources/fluentbit-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extraVolumes:
config:
service: |
[SERVICE]
Flush 5
Flush 0.25
Daemon Off
Log_Level error
HTTP_Server On
Expand Down

0 comments on commit 1172de5

Please sign in to comment.