Skip to content

Commit 6849806

Browse files
committed
Update run.sh to use externalRestOption instead of externalRestEnabled (forgot to do this in my last checkin)
1 parent a3367fb commit 6849806

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

src/integration-tests/bash/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,8 @@ function deploy_operator {
762762
done
763763
echo "operatorImagPullPolicy: ${IMAGE_PULL_POLICY_OPERATOR}" >> $inputs
764764
echo "operatorImage: ${IMAGE_NAME_OPERATOR}:${IMAGE_TAG_OPERATOR}" >> $inputs
765-
echo "externalRestEnabled: true" >> $inputs
765+
echo "externalRestOption: SELF_SIGNED_CERT" >> $inputs
766+
echo "externalOperatorCertSans: DNS:${NODEPORT_HOST}" >> $inputs
766767
trace 'customize the inputs yaml file to set the java logging level to $LOGLEVEL_OPERATOR'
767768
echo "javaLoggingLevel: \"$LOGLEVEL_OPERATOR\"" >> $inputs
768769
echo "externalRestHttpsPort: ${EXTERNAL_REST_HTTPSPORT}" >> $inputs

0 commit comments

Comments
 (0)