Skip to content

Commit 8b5d8d3

Browse files
committed
update with Pani's review change for example on accessing external REST endpoint
1 parent 7f843ae commit 8b5d8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ token=`echo ${enc_token} | base64 --decode`
354354
#echo "token [${token}]"
355355
356356
# Retrieve SSL certificate for the external REST endpoint from the generated yaml file for the Operator
357-
operator_cert_data=`grep externalOperatorCert ${domdir}/weblogic-operators/${ns}/weblogic-operator.yaml | awk '{ print $2 }'`
357+
operator_cert_data=`kubectl get cm -n ${ns} weblogic-operator-cm -o jsonpath='{.data.externalOperatorCert}'`
358358
#echo "operator_cert_data [${operator_cert_data}]"
359359
360360
# clean up any temporary files

0 commit comments

Comments
 (0)