Skip to content

Commit 4bae00c

Browse files
authored
Merge pull request #1185 from a-blender/update-registry-docs
[Docs] Update wording in registry resource
2 parents 5c599bb + 0c6cf0e commit 4bae00c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/resources/registry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ page_title: "rancher2_registry Resource"
44

55
# rancher2\_registry Resource
66

7-
Provides a Rancher v2 Registry resource. This can be used to create docker registries for Rancher v2 environments and retrieve their information.
7+
Provides a Rancher v2 Registry resource. This resource creates Kubernetes secrets with the type `kubernetes.io/dockerconfigjson` for authenticating against Docker registries for Rancher v2 environments and retrieving their information.
88

9-
Depending of the availability, there are 2 types of Rancher v2 docker registries:
10-
- Project registry: Available to all namespaces in the `project_id`
11-
- Namespaced registry: Available to just `namespace_id` in the `project_id`
9+
Depending on the availability, there are 2 types of Rancher v2 Docker registry resources:
10+
- Project registry resource: Available to all namespaces in the `project_id`.
11+
- Namespaced registry resource: Available to `namespace_id` in the `project_id`.
1212

1313
## Example Usage
1414

0 commit comments

Comments
 (0)