We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055a7d0 commit 734be06Copy full SHA for 734be06
1 file changed
doc/user-guide-v1.adoc
@@ -343,3 +343,10 @@ NOTE: The `RuntimeOperation` CR must be created in the same namespace as the Pod
343
=== Troubleshooting
344
345
See 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.
0 commit comments