We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5deb8a commit 3231239Copy full SHA for 3231239
2 files changed
docs/modules/opa/examples/getting_started/getting_started.sh
@@ -58,7 +58,7 @@ sleep 21
58
59
echo "Starting port-forwarding of port 8081"
60
# tag::port-forwarding[]
61
-kubectl port-forward svc/simple-opa 8081 > /dev/null 2>&1 &
+kubectl port-forward svc/simple-opa-server 8081 > /dev/null 2>&1 &
62
# end::port-forwarding[]
63
PORT_FORWARD_PID=$!
64
# shellcheck disable=SC2064
docs/modules/opa/examples/getting_started/getting_started.sh.j2
0 commit comments