-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kube): Ignore empty override files (#76)
When a region override exists, but it is empty, parsing fails. Instead the empty file should just be treated as empty. `safe_load` returns `None` if the file contains no YAML documents (aka when it is empty). Came up in: getsentry/ops#13594
- Loading branch information
Showing
1 changed file
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters