From b0e77e4b343d68cab525ef6f4dfe8d4cf407bbec Mon Sep 17 00:00:00 2001 From: rajdeep11 Date: Fri, 22 Nov 2024 17:20:10 +0530 Subject: [PATCH] due to new docker file in tm, these commands are not required Change-Id: I92e2ed7cb12a4da85e602e566c2aa47a30631ae3 Signed-off-by: rajdeep11 --- helm/tm/templates/deployment.yaml | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.16.6