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 authored and eks-distro-pr-bot committed May 1, 2024
1 parent 148f76f commit ec2d0ed
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 @@ -533,7 +533,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 @@ -4236,7 +4236,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 ec2d0ed

Please sign in to comment.