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 7f843ae commit 8b5d8d3Copy full SHA for 8b5d8d3
site/scaling.md
@@ -354,7 +354,7 @@ token=`echo ${enc_token} | base64 --decode`
354
#echo "token [${token}]"
355
356
# 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 }'`
+operator_cert_data=`kubectl get cm -n ${ns} weblogic-operator-cm -o jsonpath='{.data.externalOperatorCert}'`
358
#echo "operator_cert_data [${operator_cert_data}]"
359
360
# clean up any temporary files
0 commit comments