Skip to content

Commit

Permalink
fix remote cluster secret label default (#676)
Browse files Browse the repository at this point in the history
fixes: kiali/kiali#6344

The default is defined here - you can see it is "kiali.io" not "istio" prefix: https://github.com/kiali/kiali-operator/blob/master/roles/default/kiali-deploy/defaults/main.yml#L251
  • Loading branch information
jmazzitelli authored Jul 10, 2023
1 parent 3d814a4 commit 4937e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Configuration/kialis.kiali.io.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,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 Expand Up @@ -5125,7 +5125,7 @@ to <code>secret:myGrafanaCredentials:myGrafanaPw</code>.</p>
</div>

<div class="property-description">
<p>The name and value of a label that exists on all remote cluster secrets. Default is &lsquo;istio/multiCluster=true&rsquo;.</p>
<p>The name and value of a label that exists on all remote cluster secrets. Default is &lsquo;kiali.io/multiCluster=true&rsquo;.</p>

</div>

Expand Down

0 comments on commit 4937e39

Please sign in to comment.