You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During charm __init__, the validation of config is performed: if any of the options is invalid, the charm will set the status to Blocked without relying on the CollectStatus event callback.
To Reproduce
Navigate to src/charm.py, line 110
Unit status should not be handled here
Environment
Juju version (output from juju --version): 3.4.2-genericlinux-amd64
Cloud Environment: MicroK8s v1.28.7 revision 6532
Relevant log output
No relevant log is required.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Bug Description
During charm
__init__
, the validation of config is performed: if any of the options is invalid, the charm will set the status toBlocked
without relying on theCollectStatus
event callback.To Reproduce
src/charm.py
, line 110Environment
Juju version (output from
juju --version
): 3.4.2-genericlinux-amd64Cloud Environment: MicroK8s v1.28.7 revision 6532
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: