Skip to content

Commit

Permalink
Update EKS-PROD-Deployment.yaml by abhilash
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Jun 14, 2024
1 parent 74cd866 commit 2a0ceda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/EKS-PROD-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
envsubst < manifest/tracking-service.yaml > manifest/tracking-service-updated.yaml
cat manifest/tracking-service-updated.yaml
ls -ltra manifest/
kubectl get pod,svc,deployment
kubectl get pod,svc,deployment,cm
kubectl apply -f manifest/configmap.yaml
kubectl apply -f manifest/tracking-service-updated.yaml
kubectl get pod,svc,deployment
kubectl get pod,svc,deployment,cm

0 comments on commit 2a0ceda

Please sign in to comment.