From d48ce5e2be30e15249a240d8cd1c5ba230afd13d Mon Sep 17 00:00:00 2001 From: anmol Date: Tue, 21 Nov 2023 15:30:04 -0800 Subject: [PATCH] Fixed curl test for nginx bitnami k8s coverage Signed-off-by: anmol --- community_images/nginx/bitnami/k8s_coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community_images/nginx/bitnami/k8s_coverage.sh b/community_images/nginx/bitnami/k8s_coverage.sh index 7e810330e4..12b455138e 100755 --- a/community_images/nginx/bitnami/k8s_coverage.sh +++ b/community_images/nginx/bitnami/k8s_coverage.sh @@ -22,4 +22,4 @@ curl "${URL}" MINIKUBE_IP=$(minikube ip) # curl to https url -curl http://"${MINIKUBE_IP}" -k \ No newline at end of file +curl https://"${MINIKUBE_IP}" -k \ No newline at end of file