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
Auto-deploy functionality is currently experiencing issues when extra labels are present in kind: CodebaseImageStream. This task focuses on investigating the root cause of this issue and implementing a solution that allows the auto-deploy process to ignore these extra labels, ensuring that auto-deploy functions correctly. This may involve adjustments in how labels are processed or validated during the auto-deploy process.
Acceptance Criteria
The issue with auto-deploy failing due to extra labels in kind: CodebaseImageStream is thoroughly investigated.
A solution is implemented that allows auto-deploy to ignore these extra labels and proceed with deployment as expected.
Auto-deploy functionality is tested with kind: CodebaseImageStream that contains extra labels to ensure it works correctly.
Documentation is updated to reflect any changes in the auto-deploy process or how labels are handled.
The text was updated successfully, but these errors were encountered:
Auto-deploy functionality is currently experiencing issues when extra labels are present in
kind: CodebaseImageStream
. This task focuses on investigating the root cause of this issue and implementing a solution that allows the auto-deploy process to ignore these extra labels, ensuring that auto-deploy functions correctly. This may involve adjustments in how labels are processed or validated during the auto-deploy process.Acceptance Criteria
kind: CodebaseImageStream
is thoroughly investigated.kind: CodebaseImageStream
that contains extra labels to ensure it works correctly.The text was updated successfully, but these errors were encountered: