Skip to content

Commit

Permalink
add a blurb in the optional field to indicate it is ignored when usin…
Browse files Browse the repository at this point in the history
…g csi
  • Loading branch information
jmazzitelli committed Mar 12, 2024
1 parent 87e66d1 commit b8848eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crd-docs/crd/kiali.io_kialis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b8848eb

Please sign in to comment.