Add checks for environment variables and secrets
Opened this issue · 0 comments
erbesharat commented
Is this a BUG REPORT or FEATURE REQUEST?:
feature
What happened:
Currently, we don't check the emptiness of the environment variables so it causes index out of range
and nil pointer
errors.
What you expected to happen:
Check environment variables and secrets to handle the mentioned errors.