Jelajahi Sumber

docs(cloudsmith): Improve cloudsmith generator documentation (#6232)

Co-authored-by: Gergely Bräutigam <gergely.brautigam@sap.com>
Ian Duffy 2 bulan lalu
induk
melakukan
a4b2d46be8
1 mengubah file dengan 6 tambahan dan 6 penghapusan
  1. 6 6
      docs/api/generator/cloudsmith.md

+ 6 - 6
docs/api/generator/cloudsmith.md

@@ -31,12 +31,12 @@ Use these values when configuring the OIDC service in your Cloudsmith Workspace
 
 ## Configuration Parameters
 
-| Parameter           | Description                                                              | Required |
-| ------------------- | ------------------------------------------------------------------------ | -------- |
-| `apiHost`          | The Cloudsmith API host. Defaults to `api.cloudsmith.io`.               | No       |
-| `orgSlug`          | The organization slug in Cloudsmith.                                    | Yes      |
-| `serviceSlug`      | The OIDC service slug configured in Cloudsmith.                         | Yes      |
-| `serviceAccountRef` | Reference to the Kubernetes service account for OIDC token exchange.    | Yes      |
+| Parameter           | Description                                                                   | Required |
+| ------------------- | ----------------------------------------------------------------------------- | -------- |
+| `apiHost`           | The Cloudsmith API host. Defaults to `api.cloudsmith.io`.                     | No       |
+| `orgSlug`           | The organization slug in Cloudsmith.                                          | Yes      |
+| `serviceSlug`       | The service account slug associated with the OIDC provider within cloudsmith. | Yes      |
+| `serviceAccountRef` | Reference to the Kubernetes service account for OIDC token exchange.          | Yes      |
 
 ## Example Manifest