From 06547edc3b32c94e7c6328ada258b1be350f71b1 Mon Sep 17 00:00:00 2001 From: salahangal Date: Fri, 14 Nov 2025 10:35:49 +0100 Subject: [PATCH] update script test k8s --- hadith-ingestion/test-hadithapi-k8s.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadith-ingestion/test-hadithapi-k8s.sh b/hadith-ingestion/test-hadithapi-k8s.sh index 5db8a63..05e7a8d 100755 --- a/hadith-ingestion/test-hadithapi-k8s.sh +++ b/hadith-ingestion/test-hadithapi-k8s.sh @@ -11,7 +11,7 @@ echo "Creating secrets..." # 2. Build and load image (if using local cluster) echo "Building Docker image..." -docker build -t hadith-ingestion:latest . +#docker build -t hadith-ingestion:latest . # If using kind/minikube, load image # kind load docker-image hadith-ingestion:latest