Skip processing non-provided additional configs #336

Merged
justusbunsi merged 4 commits from refs/pull/336/head into master 2022-08-04 13:46:05 +00:00
justusbunsi commented 2022-07-10 12:30:18 +00:00 (Migrated from gitea.com)

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.

### 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.
luhahn (Migrated from gitea.com) approved these changes 2022-07-12 15:09:39 +00:00
luhahn (Migrated from gitea.com) left a comment

LGTM

LGTM
jouve (Migrated from gitea.com) reviewed 2022-07-13 16:52:45 +00:00
lunny (Migrated from gitea.com) approved these changes 2022-08-04 13:45:46 +00:00
Sign in to join this conversation.
No description provided.