From b8848eb72d6ee57eb688f4c98a6ff5ee4312e8d6 Mon Sep 17 00:00:00 2001 From: John Mazzitelli Date: Tue, 12 Mar 2024 17:46:37 -0400 Subject: [PATCH] add a blurb in the optional field to indicate it is ignored when using csi --- 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 a9400880..f6a2f1d0 100644 --- a/crd-docs/crd/kiali.io_kialis.yaml +++ b/crd-docs/crd/kiali.io_kialis.yaml @@ -339,7 +339,7 @@ spec: description: "The name of the secret that is to be mounted to the Kiali pod's file system. The name of the custom secret must not be the same name as one created by the operator. Names such as `kiali`, `kiali-cert-secret`, and `kiali-cabundle` should not be used as a custom secret name because the operator may want to create one with one of those names." type: string optional: - description: "Indicates if the secret may or may not exist at the time the Kiali pod starts. This will default to 'false' if not specified." + description: "Indicates if the secret may or may not exist at the time the Kiali pod starts. This will default to 'false' if not specified. This is ignored if `csi` is specified - CSI secrets must exist when specified." type: boolean hpa: description: |