File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/modules/opa/examples/getting_started Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ sleep 21
5858
5959echo " Starting port-forwarding of port 8081"
6060# tag::port-forwarding[]
61- kubectl port-forward svc/simple-opa 8081 > /dev/null 2>&1 &
61+ kubectl port-forward svc/simple-opa-server 8081 > /dev/null 2>&1 &
6262# end::port-forwarding[]
6363PORT_FORWARD_PID=$!
6464# shellcheck disable=SC2064
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ sleep 21
5858
5959echo " Starting port-forwarding of port 8081"
6060# tag::port-forwarding[]
61- kubectl port-forward svc/simple-opa 8081 > /dev/null 2>&1 &
61+ kubectl port-forward svc/simple-opa-server 8081 > /dev/null 2>&1 &
6262# end::port-forwarding[]
6363PORT_FORWARD_PID=$!
6464# shellcheck disable=SC2064
You can’t perform that action at this time.
0 commit comments