Skip to content

Commit 303b2ab

Browse files
committed
Wording updates
1 parent 7734401 commit 303b2ab

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/reference/template-functions-static-context.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,14 +339,13 @@ ParseUint returns the unsigned integer value represented by the string with opti
339339
func PrivateCACert() string
340340
```
341341
342-
This function returns the name of a ConfigMap containing additional CA certificates provided by the end user.
343-
This allows accessing the internet through enterprise-grade proxies that replace TLS certificates in order to inspect traffic.
342+
PrivateCACert returns the name of a ConfigMap created by KOTS that contains private CA certificates provided by the end user. For example, for Embedded Cluster installations, these certificates are provided with the `--private-ca` flag for the `install` command.
344343
345-
::note
346-
This function will return the name of the ConfigMap even if the ConfigMap has no entries.
347-
:::
344+
You can use this template function to mount the specified ConfigMap so your containers can access the internet through enterprise proxies that issue their own TLS certificates in order to inspect traffic.
348345
349-
If no ConfigMap exists, this function returns the empty string.
346+
:::note
347+
This function will return the name of the ConfigMap even if the ConfigMap has no entries. If no ConfigMap exists, this function returns the empty string.
348+
:::
350349
351350
## TLSCert
352351

0 commit comments

Comments
 (0)