Skip to content

Commit

Permalink
Added more properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hhovsepy committed Aug 14, 2023
1 parent 0493930 commit 9c731fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion crd-docs/crd/kiali.io_kialis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1023,14 +1023,20 @@ spec:
description: "The name of the secret that contains the credentials necessary to connect to the remote cluster. This secret must exist in the Kiali deployment namespace."
type: string
kiali_urls:
description: "A map between cluster name and a Kiali URL. Will be used showing the Mesh page's Kiali URLs. The Kiali service's 'kiali.io/external-url' annotation has a priority over this."
description: "A map between cluster name, instance name and namespace to a Kiali URL. Will be used showing the Mesh page's Kiali URLs. The Kiali service's 'kiali.io/external-url' annotation will be overridden when this property is set."
type: array
items:
type: object
properties:
cluster_name:
description: "The name of the cluster."
type: string
instance_name:
description: "The instance name of this Kiali installation."
type: string
namespace:
description: "The namespace into which Kiali is installed."
type: string
url:
description: "The URL of Kiali in the cluster."
type: string
Expand Down

0 comments on commit 9c731fd

Please sign in to comment.