Remove @...@ from dir, only works for files (#8516)

This commit is contained in:
Frank Budinsky 2020-11-17 14:15:12 -05:00 committed by GitHub
parent 4f27b2b330
commit 3ab0b04419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ Use the following instructions to deploy the [Kiali](/docs/ops/integrations/kial
1. Install Kiali and wait for it to be deployed.
{{< text bash >}}
$ kubectl apply -f @samples/addons@
$ kubectl apply -f samples/addons
$ kubectl rollout status deployment/kiali -n istio-system
Waiting for deployment "kiali" rollout to finish: 0 of 1 updated replicas are available...
deployment "kiali" successfully rolled out