diff --git a/.github/workflows/eks-pratham-deployment.yaml b/.github/workflows/eks-pratham-deployment.yaml index 368f1a0..922bdf0 100644 --- a/.github/workflows/eks-pratham-deployment.yaml +++ b/.github/workflows/eks-pratham-deployment.yaml @@ -77,7 +77,7 @@ jobs: envsubst < manifest/attendance-service.yaml > manifest/attendance-service-updated.yaml cat manifest/attendance-service-updated.yaml rm -rf manifest/attendance-service.yaml - kubectl delete deployment attendancegmanagement + kubectl delete deployment attendancemanagement kubectl delete cm attendance-service-config kubectl apply -f manifest/configmap.yaml