Skip to content

Commit

Permalink
Fixed curl test for nginx bitnami k8s coverage
Browse files Browse the repository at this point in the history
Signed-off-by: anmol <[email protected]>
  • Loading branch information
Anmol-RapidFort committed Nov 21, 2023
1 parent b62bb3f commit d48ce5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community_images/nginx/bitnami/k8s_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ curl "${URL}"
MINIKUBE_IP=$(minikube ip)

# curl to https url
curl http://"${MINIKUBE_IP}" -k
curl https://"${MINIKUBE_IP}" -k

0 comments on commit d48ce5e

Please sign in to comment.