From 8f8bb9e54a4bf1acd7e93758f1fa8cde82cedb51 Mon Sep 17 00:00:00 2001 From: Ethan Mosbaugh Date: Tue, 27 May 2025 10:27:34 -0700 Subject: [PATCH] feat(ec): support for HostCABundlePath template function --- docs/reference/template-functions-static-context.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/reference/template-functions-static-context.md b/docs/reference/template-functions-static-context.md index 05c2ece913..644e24a216 100644 --- a/docs/reference/template-functions-static-context.md +++ b/docs/reference/template-functions-static-context.md @@ -8,6 +8,18 @@ This topic provides a list of the KOTS template functions in the Static context. ## Certificate Functions +### HostCABundlePath + +>Introduced in ??? + +```yaml +func HostCABundlePath() string +``` + +HostCABundlePath returns the path to the CA trust store on the host. This is only relevant for Embedded Cluster installations. + +You can use this template function to mount the host's CA trust store as a hostPath volume so your containers can access the internet through enterprise proxies that issue their own TLS certificates in order to inspect traffic. + ### PrivateCACert >Introduced in KOTS v1.117.0