Skip to content

Commit 7cb67f8

Browse files
committed
Checkpoint k8s artifact renaming work
1 parent 5e981ca commit 7cb67f8

File tree

1 file changed

+1
-1
lines changed
  • src/integration-tests/bash

1 file changed

+1
-1
lines changed

src/integration-tests/bash/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ function call_operator_rest {
13181318
fi
13191319

13201320
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}'`"
1321+
local REST_PORT="`kubectl get services -n $OPERATOR_NS -o jsonpath='{.items[?(@.metadata.name == "external-weblogic-operator-svc")].spec.ports[?(@.name == "rest")].nodePort}'`"
13221322
set -x
13231323
local REST_ADDR="https://${NODEPORT_HOST}:${REST_PORT}"
13241324
local SECRET="`kubectl get serviceaccount weblogic-operator -n $OPERATOR_NS -o jsonpath='{.secrets[0].name}'`"

0 commit comments

Comments
 (0)