diff --git a/rfcs/kubernetes-oci/README.md b/rfcs/kubernetes-oci/README.md index 403882364c271433691a9c14246fcb4c66511e31..27710d4b5806ed84bb0132e86cd5a8d5e5612f1e 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,