From b95a5e680cbd877c07076f75c7b2b7d40180b6a8 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Wed, 9 Dec 2020 17:07:02 +0000 Subject: [PATCH] Fix missing "s" in pod template docs imagePullSecret -> imagePullSecrets Fixes #3619 Signed-off-by: Andrea Frittoli --- docs/podtemplates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/podtemplates.md b/docs/podtemplates.md index 42850e55555..a9b7540cde5 100644 --- a/docs/podtemplates.md +++ b/docs/podtemplates.md @@ -81,7 +81,7 @@ Pod templates support fields listed in the table below. workloads, such as volcano.sh for machine learning workloads. - imagePullSecret + imagePullSecrets Specifies the secret to use when pulling a container image.