From e280cec60f1163c038255bb4474b6a96af3cba89 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sat, 19 Jan 2019 03:57:25 -0600 Subject: [PATCH] Typo fix --- slides/k8s/authn-authz.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/authn-authz.md b/slides/k8s/authn-authz.md index e93b9d62..cee90790 100644 --- a/slides/k8s/authn-authz.md +++ b/slides/k8s/authn-authz.md @@ -540,7 +540,7 @@ It's important to note a couple of details in these flags ... - But that we can't create things: ``` - ./kubectl create deployment --image=nginx + ./kubectl create deployment testrbac --image=nginx ``` - Exit the container with `exit` or `^D`