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
{{ message }}
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
The README has pod_spec_set returning a boolean error to indicate success or failure. The implementation has it raising a subprocess.CalledProcessError on failure.
pod_spec_set should either return a boolean as documented, or raise a specific exception rather than a generic CalledProcessError (which is a leaky abstraction of the underlying pod-spec-set hook environment tool)
The text was updated successfully, but these errors were encountered:
weiiwang01
pushed a commit
to canonical/wordpress-k8s-operator
that referenced
this issue
Aug 31, 2022
The README has pod_spec_set returning a boolean error to indicate success or failure. The implementation has it raising a subprocess.CalledProcessError on failure.
pod_spec_set should either return a boolean as documented, or raise a specific exception rather than a generic CalledProcessError (which is a leaky abstraction of the underlying pod-spec-set hook environment tool)
The text was updated successfully, but these errors were encountered: