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.
2 parents f459329 + 29ddf9d commit 9fd442bCopy full SHA for 9fd442b
kubernetes/internal/set-operator-certificate.sh
@@ -36,12 +36,10 @@ cert_data=`base64 -i ${cert_file} | tr -d '\n'`
36
key_data=`base64 -i ${key_file} | tr -d '\n'`
37
38
echo "# ${prefix}OperatorCert specifies the certificate to use for the ${prefix} operator REST"
39
-echo "# Value is generated by the generate-${prefix}-weblogic-operator-certificate script."
40
echo "${prefix}OperatorCert: ${cert_data}"
41
echo ""
42
43
echo "# ${prefix}OperatorKey specifies the private key to use for the ${prefix} operator REST"
44
45
echo "${prefix}OperatorKey: ${key_data}"
46
47
0 commit comments