From e23b66e1ee7efedbae657978f82717b3942ef68e Mon Sep 17 00:00:00 2001 From: John Mazzitelli Date: Tue, 3 May 2022 15:01:16 -0400 Subject: [PATCH] add blurb about mounting secrets to the containers --- crd-docs/crd/kiali.io_kialis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crd-docs/crd/kiali.io_kialis.yaml b/crd-docs/crd/kiali.io_kialis.yaml index 33fd727e..9cb1a224 100644 --- a/crd-docs/crd/kiali.io_kialis.yaml +++ b/crd-docs/crd/kiali.io_kialis.yaml @@ -218,7 +218,7 @@ spec: items: type: string additional_pod_containers_yaml: - description: "Additional containers to add to the list of pod containers. Use this to add a sidecar(s) to the Kiali pod. Use with care since sidecars may cause the Kiali container itself to operate incorrectly. It is up to the user who added the additional containers to ensure it works properly inside the Kiali pod; Kiali makes no guarantee additional containers will work." + description: "Additional containers to add to the list of pod containers. Use this to add sidecar(s) to the Kiali pod. Use with care since sidecars may cause the Kiali container itself to operate incorrectly. It is up to the user who added the additional containers to ensure it works properly inside the Kiali pod; Kiali makes no guarantee additional containers will work. You can utilize container environment variables to pass data to the containers via mounted custom secrets (see spec.deployment.custom_secrets)." type: object x-kubernetes-preserve-unknown-fields: true additional_service_yaml: