From 2912d1d4375f9429ac44278198f6db1ee59e505e Mon Sep 17 00:00:00 2001
From: Stefan Prodan <stefan.prodan@gmail.com>
Date: Tue, 3 May 2022 15:17:49 +0300
Subject: [PATCH] Add serviceAccountName to auth spec

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
---
 rfcs/kubernetes-oci/README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/rfcs/kubernetes-oci/README.md b/rfcs/kubernetes-oci/README.md
index 40388236..27710d4b 100644
--- a/rfcs/kubernetes-oci/README.md
+++ b/rfcs/kubernetes-oci/README.md
@@ -119,6 +119,13 @@ kubectl create secret docker-registry regcred \
   --docker-password=<your-pword>
 ```
 
+For image pull secrets attached to a service account, the account name can be specified with:
+
+```yaml
+spec:
+  serviceAccountName: regsa
+```
+
 #### Client cert auth
 
 For private repositories which require a certificate to authenticate,
-- 
GitLab