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
Describe the bug
spec.pulp_settings.GALAXY_FEATURE_FLAGS.execution_environments in the CRD galaxy has the wrong type. If I set it to false I get the error "value false not known. Did you mean: "False""
So it must be of type string and written like "True" or "False".
Describe the bug
spec.pulp_settings.GALAXY_FEATURE_FLAGS.execution_environments in the CRD galaxy has the wrong type. If I set it to
false
I get the error "value false not known. Did you mean: "False""So it must be of type string and written like
"True"
or"False"
.To Reproduce
Deploy:
Expected behavior
EEs should be disabled.
The text was updated successfully, but these errors were encountered: