diff --git a/.github/workflows/eks-deployment.yml b/.github/workflows/eks-deployment.yml index 85fc3b4..996fbc5 100644 --- a/.github/workflows/eks-deployment.yml +++ b/.github/workflows/eks-deployment.yml @@ -64,7 +64,7 @@ jobs: helm version kubectl version kubectl cluster-info - helm upgrade test-cluster --install --wait --set image.tag=${{ github.sha }} --set image.repository="$ECR_REGISTRY/$ECR_REPOSITORY" --set service.port="8000" .devops/k8s/acon-k8s -n test + helm upgrade test-cluster --install --wait --set image.tag=${{ github.sha }} --set image.repository="$ECR_REGISTRY/$ECR_REPOSITORY" --set service.port="8000" .devops/k8s/acon-k8s -n default - name: Success run: echo deployed successfully.