From: rajdeep11 Date: Fri, 22 Nov 2024 11:50:10 +0000 (+0530) Subject: due to new docker file in tm, these commands are not required X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F13769%2F1;p=aiml-fw%2Faimlfw-dep.git due to new docker file in tm, these commands are not required Change-Id: I92e2ed7cb12a4da85e602e566c2aa47a30631ae3 Signed-off-by: rajdeep11 --- diff --git a/helm/tm/templates/deployment.yaml b/helm/tm/templates/deployment.yaml index dad292d..7d60ba1 100644 --- a/helm/tm/templates/deployment.yaml +++ b/helm/tm/templates/deployment.yaml @@ -56,9 +56,6 @@ spec: - name: serviceport containerPort: {{ include "common.serviceport.tm.http" . }} protocol: TCP - workingDir: /home/app/trainingmgr/ - command: ["python3"] - args: [trainingmgr_main.py] envFrom: - configMapRef: name: tm-configmap