Skip to content

Commit d7296d3

Browse files
committed
Add limitiations doc for manageTLS
Document that runtime components are responsible for making use of the TLS certificates created by the operator when mangeTLS=true
1 parent a516104 commit d7296d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/user-guide-v1.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,10 @@ NOTE: The `RuntimeOperation` CR must be created in the same namespace as the Pod
343343
=== Troubleshooting
344344

345345
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

Comments
 (0)