Fix error handling error for kube kind error. (#2483)
If the provided kubernetes resource file references a 'kind' that is currently unsupported, the error handling is supposed to return with fail_json(msg="message"), but the msg keyword was missing causing the fail_json() method to assert. Fix is to add the msg kwarg. Fixes #2477
This commit is contained in:
parent
101f9f5f46
commit
a6b34973a8