From 998fb53f7479d96c1699522609e1373a0f667813 Mon Sep 17 00:00:00 2001 From: Dirc Date: Sat, 26 Oct 2019 17:17:23 +0200 Subject: [PATCH] fix typo (#17188) --- .../tasks/configure-pod-container/configure-service-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/configure-service-account.md b/content/en/docs/tasks/configure-pod-container/configure-service-account.md index b55e7076fc..f42bc8e1fd 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-service-account.md +++ b/content/en/docs/tasks/configure-pod-container/configure-service-account.md @@ -75,7 +75,7 @@ Every namespace has a default service account resource called `default`. You can list this and any other serviceAccount resources in the namespace with this command: ```shell -kubectl get serviceAccounts +kubectl get serviceaccounts ``` The output is similar to this: