From 9770cf12eda7756e451c182e54dfe475134e30fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 5 Aug 2024 20:35:16 +0000 Subject: [PATCH] helm-docs: automated action --- charts/ziti-controller/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/ziti-controller/README.md b/charts/ziti-controller/README.md index bf13cd26..050ace5b 100644 --- a/charts/ziti-controller/README.md +++ b/charts/ziti-controller/README.md @@ -2,7 +2,7 @@ # ziti-controller -![Version: 1.0.14](https://img.shields.io/badge/Version-1.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.8](https://img.shields.io/badge/AppVersion-1.1.8-informational?style=flat-square) +![Version: 1.0.15](https://img.shields.io/badge/Version-1.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.8](https://img.shields.io/badge/AppVersion-1.1.8-informational?style=flat-square) Host an OpenZiti controller in Kubernetes @@ -322,6 +322,7 @@ For more information, please check [here](https://openziti.io/docs/learn/core-co | trust-manager.app.trust.namespace | string | `"{{ .Release.Namespace }}"` | trust-manager needs to be configured to trust the namespace in which the controller is deployed so that it will create the Bundle resource for the ctrl plane trust bundle | | trust-manager.crds.enabled | bool | `false` | CRDs must be applied in advance of installing the parent chart | | trust-manager.enabled | bool | `false` | install the trust-manager subchart | +| trustDomain | string | `nil` | permanent SPIFFE ID to use for this controller's trust domain (default: random, fixed for the life of the chart release) | | webBindingPki.enabled | bool | `true` | generate a separate PKI root of trust for web bindings, i.e., client, management, and prometheus APIs | ## TODO's