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 3b7e0e2 commit 9db2944Copy full SHA for 9db2944
docs/modules/secret-operator/pages/truststore.adoc
@@ -14,7 +14,7 @@ include::example$truststore-tls.yaml[]
14
<1> Also used to name the created ConfigMap
15
<2> Mandatory name of the xref:secretclass.adoc[]
16
<3> Optional requested xref:secretclass.adoc#format[format]
17
-<4> Option Kubernetes resource, which should be used to output the requested information to.
+<4> Optional Kubernetes resource kind, which should be used to output the requested information to.
18
Either `ConfigMap` or `Secret`, defaults to `ConfigMap`.
19
20
This will create a ConfigMap (or `Secret` based on `targetKind`) named `truststore-pem` containing a `ca.crt` with the trust root certificates.
0 commit comments