File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -343,3 +343,10 @@ NOTE: The `RuntimeOperation` CR must be created in the same namespace as the Pod
343343=== Troubleshooting
344344
345345See the link:++troubleshooting.adoc++[troubleshooting guide] for information on how to investigate and resolve deployment problems.
346+
347+ == Limitations
348+ === Using certificates when manageTLS=true
349+ If `manageTLS=true` is specified in the CR YAML file, then the operator will manage the creation of a TLS secret for the runtime component.
350+ However, it is the responsibility of the runtime component to make appropriate use of the secret. The runtime component can use the
351+ value of the `TLS_DIR` environment variable to discover the directory where the certificate files are mounted inside the runtime component's
352+ pods.
You can’t perform that action at this time.
0 commit comments