From 6977d66fd086af55ba1276e660a3b90f14a798b3 Mon Sep 17 00:00:00 2001 From: ashugcet <45900658+ashugcet@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:26:13 +0530 Subject: [PATCH] Updated ServiceAccount.yaml for Docker auth --- docs/auth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/auth.md b/docs/auth.md index 10a68fa4d0e..8cdf790b392 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -378,7 +378,7 @@ the credentials specified in the `Secret`. kind: ServiceAccount metadata: name: build-bot - secrets: + imagePullSecrets: - name: basic-user-pass ``` @@ -445,7 +445,7 @@ Kubernetes `Secrets`. kind: ServiceAccount metadata: name: build-bot - secrets: + imagePullSecrets: - name: regcred ```