Skip to content

Commit

Permalink
Update creds-in-ocmconfig.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morri-son authored Sep 16, 2024
1 parent da44ff0 commit d8875bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/examples/creds-in-ocmconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ configurations:

### Accessing Helm Chart Repositories

Similar to OCI registries, but use `HelmChartRepository` as identity type.
Similar to OCI registries, but uses `HelmChartRepository` as identity type.

```yaml
type: generic.config.ocm.software/v1
Expand All @@ -129,7 +129,7 @@ configurations:

### Accessing Maven Repositories

Similar to OCI registries, but use `MavenRepository` as identity type.
Similar to OCI registries, but uses `MavenRepository` as identity type.

```yaml
type: generic.config.ocm.software/v1
Expand All @@ -149,7 +149,7 @@ configurations:

### Accessing npm Registries

Similar to OCI registries, but use `NpmRegistry` as identity type. In addition, it is required to specify the `email` address matching with the one in the user record in the npm registry.
Similar to OCI registries, but uses `NpmRegistry` as identity type. In addition, it is required to specify the `email` address matching with the one in the user record in the npm registry.

```yaml
type: generic.config.ocm.software/v1
Expand Down

0 comments on commit d8875bf

Please sign in to comment.