Browse Source

docs: typo fix in api/generator/quay.md (#4597)

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
Matteo Mortari 1 year ago
parent
commit
99a9939363
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/generator/quay.md

+ 1 - 1
docs/api/generator/quay.md

@@ -10,7 +10,7 @@
 
 ## Authentication
 
-To configure Robot Account federation, your cluster must have a publicly available [OIDC service account issuer](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery) endpoint for Quay to validate tokens against against. You can determine the issuer and subject fields by creating and decoding a service account token for the service account you wish to federate with (this is the service account you will use in `spec.serviceAccountRef`). For example, if federating with the `default` service account in the `default` namespace:
+To configure Robot Account federation, your cluster must have a publicly available [OIDC service account issuer](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery) endpoint for Quay to validate tokens against. You can determine the issuer and subject fields by creating and decoding a service account token for the service account you wish to federate with (this is the service account you will use in `spec.serviceAccountRef`). For example, if federating with the `default` service account in the `default` namespace:
 
 Obtain issuer: