-
Bug
-
Resolution: Done
-
Major
-
openshift-4.6
-
False
-
False
-
0
-
Undefined
-
Not Supported
-
-
ODC Sprint 197, ODC Sprint 198
-
High
Description of problem:
Wrong container name is getting added in the deployment trigger annotation when deployment is created using container image add flow.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Create an imagestream in your project
- Go to container image flow and select the previously created imagestream
- Keep the deployment name different from the imagestream name
- Click on create
Actual results:
Trigger annotation incorrectly uses imagestream name as container name
Expected results:
Trigger annotation should use deployment name as container name since from we only add one container by the same name as deployment.