Closed subutux closed 2 years ago
This fixes the bug mentioned in #51
It is possible for an app to not have an ingress set, which results in an KeyError. This fixes this by first checking if the config has an ingress key set.
KeyError
config
This fixes the bug mentioned in #51
It is possible for an app to not have an ingress set, which results in an
KeyError
. This fixes this by first checking if theconfig
has an ingress key set.