-
Bug
-
Resolution: Done-Errata
-
Blocker
-
MTA 8.0.0
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
-
-
None
Description of problem:
I have attached the deployment.yaml file generated by MTA for the nginx application. When I deployed the assets on OCP, the pod was stuck in CrashLoopBackOff.
Original deployment.yaml file generated by MTA:
- name: sep10-app-web
image: ":image: "image-registry.openshift-image-registry.svc:5000/sep10-app-web:latest"
imagePullPolicy: Always
command: ["/bin/bash", "-c"]
args: /docker-entrypoint.sh nginx -g daemon off;
ports:
After updating the deployment file manually with these lines, I was able to deploy the assets.
Updated deployment_fixed.yaml file:
command: ["/docker-entrypoint.sh"]
args: ["nginx", "-g", "daemon off;"]
Version-Release number of selected component (if applicable):
MTA 8.0.0-61
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
The generated assets should get deployed successfully.
Additional info:
- links to
-
RHBA-2025:150872 Migration Toolkit for Applications bug fix and enhancement update