From 3db571632e376a696c4f729c5a713b6cdd6629ed Mon Sep 17 00:00:00 2001 From: Guang Ya Liu Date: Tue, 10 Apr 2018 23:59:10 +0800 Subject: [PATCH] Sa should add `imagePullSecrets`. (#8039) --- docs/tasks/configure-pod-container/configure-service-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/configure-pod-container/configure-service-account.md b/docs/tasks/configure-pod-container/configure-service-account.md index da2950f100..7717fbcb66 100644 --- a/docs/tasks/configure-pod-container/configure-service-account.md +++ b/docs/tasks/configure-pod-container/configure-service-account.md @@ -200,7 +200,7 @@ secrets: $ vi sa.yaml [editor session not shown] [delete line with key "resourceVersion"] -[add lines with "imagePullSecret:"] +[add lines with "imagePullSecrets:"] $ cat sa.yaml apiVersion: v1 kind: ServiceAccount