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
raiseCRDReadError(f"CRD content looks like a name, did you mean `kubectl://{content}`")
85
+
# escaping pydantic help message
86
+
# like "Input should be a valid dictionary or instance of CustomResourceDefinition [type=model_type, input_value='applications.argoproj.io', input_type=str]"
87
+
# for rich
88
+
msg=str(e).replace("[", r"\[")
89
+
raiseCRDReadError(f"CRD could not be validated: {msg}")
0 commit comments