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
When creating a stage you can choose kubernetes roles to ignore. If you select more than one (add row) it will auto check the ignore box. When you click save it will fail with ActiveRecord::NotNullViolation: Mysql2::Error: Column 'ignored' cannot be null
Creating the stage with only one role ignored works fine, and editing the stage to add one ignored role at a time does work. Adding more than 1 per save is where it fails.
The text was updated successfully, but these errors were encountered:
When creating a stage you can choose kubernetes roles to ignore. If you select more than one (add row) it will auto check the ignore box. When you click save it will fail with
ActiveRecord::NotNullViolation: Mysql2::Error: Column 'ignored' cannot be null
Creating the stage with only one role ignored works fine, and editing the stage to add one ignored role at a time does work. Adding more than 1 per save is where it fails.
The text was updated successfully, but these errors were encountered: