Skip to content

Commit

Permalink
Update EKS-PROD-Deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Jun 14, 2024
1 parent 7c4a207 commit 1dd5f33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/EKS-PROD-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ jobs:
export ECR_IMAGE=${{ secrets.ECR_IMAGE_PROD }}
envsubst < manifest/tracking-service.yaml > manifest/tracking-service-updated.yaml
cat manifest/tracking-service-updated.yaml
ls -ltra manifest/
sleep 3
kubectl apply -f manifest/configmap.yaml
#kubectl apply -f manifest/configmap.yaml
kubectl apply -f manifest/tracking-service-updated.yaml
kubect get pod,svc,deployment

0 comments on commit 1dd5f33

Please sign in to comment.