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 a3367fb commit 6849806Copy full SHA for 6849806
src/integration-tests/bash/run.sh
@@ -762,7 +762,8 @@ function deploy_operator {
762
done
763
echo "operatorImagPullPolicy: ${IMAGE_PULL_POLICY_OPERATOR}" >> $inputs
764
echo "operatorImage: ${IMAGE_NAME_OPERATOR}:${IMAGE_TAG_OPERATOR}" >> $inputs
765
- echo "externalRestEnabled: true" >> $inputs
+ echo "externalRestOption: SELF_SIGNED_CERT" >> $inputs
766
+ echo "externalOperatorCertSans: DNS:${NODEPORT_HOST}" >> $inputs
767
trace 'customize the inputs yaml file to set the java logging level to $LOGLEVEL_OPERATOR'
768
echo "javaLoggingLevel: \"$LOGLEVEL_OPERATOR\"" >> $inputs
769
echo "externalRestHttpsPort: ${EXTERNAL_REST_HTTPSPORT}" >> $inputs
0 commit comments