Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Update wording in registry resource #1185

Merged
merged 1 commit into from
Aug 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/resources/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ page_title: "rancher2_registry Resource"

# rancher2\_registry Resource

Provides a Rancher v2 Registry resource. This can be used to create docker registries for Rancher v2 environments and retrieve their information.
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.

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

## Example Usage

Expand Down