Skip to content

Commit

Permalink
Fix typo in registry mirror config comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1999 committed May 1, 2024
1 parent 1a833ec commit ff66c65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/crd/bases/anywhere.eks.amazonaws.com_clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,8 @@ spec:
in the local registry
type: string
registry:
description: Name refers to the name of the upstream registry
description: Registry refers to the name of the upstream
registry
type: string
required:
- namespace
Expand Down
3 changes: 2 additions & 1 deletion config/manifest/eksa-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4242,7 +4242,8 @@ spec:
in the local registry
type: string
registry:
description: Name refers to the name of the upstream registry
description: Registry refers to the name of the upstream
registry
type: string
required:
- namespace
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/v1alpha1/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ type RegistryMirrorConfiguration struct {

// OCINamespace represents an entity in a local reigstry to group related images.
type OCINamespace struct {
// Name refers to the name of the upstream registry
// Registry refers to the name of the upstream registry
Registry string `json:"registry"`
// Namespace refers to the name of a namespace in the local registry
Namespace string `json:"namespace"`
Expand Down

0 comments on commit ff66c65

Please sign in to comment.