Fixed typo

This commit is contained in:
mtail 2019-01-25 07:18:36 -08:00
parent d77ac74d81
commit 7277d79299
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Follow the [authentication policy task](/docs/tasks/security/authn-policy/) to s
$ kubectl create ns foo
$ kubectl apply -f <(istioctl kube-inject -f samples/httpbin/httpbin.yaml) -n foo
$ kubectl apply -f <(istioctl kube-inject -f samples/sleep/sleep.yaml) -n foo
$ ubectl create ns bar
$ kubectl create ns bar
$ kubectl apply -f <(istioctl kube-inject -f samples/httpbin/httpbin.yaml) -n bar
$ kubectl apply -f <(istioctl kube-inject -f samples/sleep/sleep.yaml) -n bar
{{< /text >}}