Skip to content

Commit

Permalink
Update migration/v2.23/prepare/30-coredns-config.sh
Browse files Browse the repository at this point in the history
Co-authored-by: David <[email protected]>
  • Loading branch information
Pavan-Gunda and davidumea authored Oct 16, 2023
1 parent 642af60 commit 689163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/v2.23/prepare/30-coredns-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
additional_error_config='consolidate 5m ".* i/o timeout$" warning'

tempfile=$(mktemp)
trap 'rm -f "$tempfile"' EXIT
trap 'rm -f "${tempfile}"' EXIT

printf "coredns_additional_error_config: |\n %s\n" "${additional_error_config}" > "${tempfile}"

Expand Down

0 comments on commit 689163e

Please sign in to comment.