Fix Kiali link to deployment file (#7785)

This commit is contained in:
Jonh Wendell 2020-07-24 13:26:58 -04:00 committed by GitHub
parent 97c450baad
commit 8601356dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Distributed tracing is provided by integration with [Jaeger](/docs/ops/integrati
Istio provides a basic sample installation to quickly get Kiali up and running:
{{< text bash >}}
$ kubectl apply {{< github_tree >}}/samples/addons/kiali.yaml -n istio-system
$ kubectl apply {{< github_file >}}/samples/addons/kiali.yaml -n istio-system
{{< /text >}}
This will deploy Kiali into your cluster.