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= ``` +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,