Skip to content

Commit

Permalink
fix remote cluster secret label default (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli authored Jul 10, 2023
1 parent 71b5590 commit f89b52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crd-docs/cr/kiali.io_v1alpha1_kiali.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ spec:
clustering:
autodetect_secrets:
enabled: true
label: "istio/multiCluster=true"
label: "kiali.io/multiCluster=true"
clusters: []
disabled_features: []
istio_annotation_action: true
Expand Down
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 @@ -1008,7 +1008,7 @@ spec:
description: "If true then remote cluster secrets will be autodetected during the installation of the Kiali Server Deployment. Any remote cluster secrets found in the Kiali deployment namespace will be mounted to the Kiali Server's file system. If false, you can still manually specify the remote cluster secret information in the 'clusters' setting if you wish to utilize multicluster features."
type: boolean
label:
description: "The name and value of a label that exists on all remote cluster secrets. Default is 'istio/multiCluster=true'."
description: "The name and value of a label that exists on all remote cluster secrets. Default is 'kiali.io/multiCluster=true'."
type: string
clusters:
description: "A list of clusters that the Kiali Server can access. You need to specify the remote clusters here if 'autodetect_secrets.enabled' is false."
Expand Down

0 comments on commit f89b52b

Please sign in to comment.