From cecf6e9884513d234d664ba6a5abd8dbf47672ee Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Sat, 14 Oct 2017 04:46:19 +0800 Subject: [PATCH] deployment version in authenticating (#5896) --- docs/admin/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authentication.md b/docs/admin/authentication.md index 10f3ce64dd..a53012efee 100644 --- a/docs/admin/authentication.md +++ b/docs/admin/authentication.md @@ -185,7 +185,7 @@ talk to the API server. Accounts may be explicitly associated with pods using th NOTE: `serviceAccountName` is usually omitted because this is done automatically. ``` -apiVersion: apps/v1beta1 +apiVersion: apps/v1beta2 kind: Deployment metadata: name: nginx-deployment