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 could not be loaded as YAML: {e}")
80
+
exceptValidationErrorase:
81
+
# escaping pydantic help message
82
+
# like "Input should be a valid dictionary or instance of CustomResourceDefinition [type=model_type, input_value='applications.argoproj.io', input_type=str]"
83
+
# for rich
84
+
msg=str(e).replace("[", r"\[")
85
+
raiseCRDReadError(f"CRD could not be validated: {msg}")
0 commit comments