issues
search
canonical
/
mongodb-operator
Charmed solution for MongoDB
Apache License 2.0
12
stars
14
forks
source link
fix: check for _upgrade existence
#492
Closed
Gu1nness
closed
1 month ago
Gu1nness
commented
1 month ago
Issue
The access to
self._upgrade.in_progress
can fail if
self._upgrade
is None.
This can happen on k8s.
Solution
Add check for existence before.
Issue
self._upgrade.in_progress
can fail ifself._upgrade
is None.Solution