Skip processing non-provided additional configs #336
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/336/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the change
There is a chance that no additional configuration sources are provided. The current processing of such sources don't take this into account, leading to irritating error messages (
no such file or directory
). Luckily, the init container doesn't break due to this error.This checks for the directory to exist before processing data from it.
LGTM