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 5e981ca commit 7cb67f8Copy full SHA for 7cb67f8
src/integration-tests/bash/run.sh
@@ -1318,7 +1318,7 @@ function call_operator_rest {
1318
fi
1319
1320
set +x
1321
- local REST_PORT="`kubectl get services -n $OPERATOR_NS -o jsonpath='{.items[?(@.metadata.name == "external-weblogic-operator-svc")].spec.ports[?(@.name == "rest-https")].nodePort}'`"
+ local REST_PORT="`kubectl get services -n $OPERATOR_NS -o jsonpath='{.items[?(@.metadata.name == "external-weblogic-operator-svc")].spec.ports[?(@.name == "rest")].nodePort}'`"
1322
set -x
1323
local REST_ADDR="https://${NODEPORT_HOST}:${REST_PORT}"
1324
local SECRET="`kubectl get serviceaccount weblogic-operator -n $OPERATOR_NS -o jsonpath='{.secrets[0].name}'`"
0 commit comments