diff --git a/docs/modules/opa/examples/getting_started/getting_started.sh b/docs/modules/opa/examples/getting_started/getting_started.sh index 92f32afa..62cdf1b6 100755 --- a/docs/modules/opa/examples/getting_started/getting_started.sh +++ b/docs/modules/opa/examples/getting_started/getting_started.sh @@ -58,7 +58,7 @@ sleep 21 echo "Starting port-forwarding of port 8081" # tag::port-forwarding[] -kubectl port-forward svc/simple-opa 8081 > /dev/null 2>&1 & +kubectl port-forward svc/simple-opa-server 8081 > /dev/null 2>&1 & # end::port-forwarding[] PORT_FORWARD_PID=$! # shellcheck disable=SC2064 diff --git a/docs/modules/opa/examples/getting_started/getting_started.sh.j2 b/docs/modules/opa/examples/getting_started/getting_started.sh.j2 index 8aff49c3..9045bfc7 100755 --- a/docs/modules/opa/examples/getting_started/getting_started.sh.j2 +++ b/docs/modules/opa/examples/getting_started/getting_started.sh.j2 @@ -58,7 +58,7 @@ sleep 21 echo "Starting port-forwarding of port 8081" # tag::port-forwarding[] -kubectl port-forward svc/simple-opa 8081 > /dev/null 2>&1 & +kubectl port-forward svc/simple-opa-server 8081 > /dev/null 2>&1 & # end::port-forwarding[] PORT_FORWARD_PID=$! # shellcheck disable=SC2064