Skip to content

Commit

Permalink
chore: fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: German Lashevich <german.lashevich@gmail.com>
  • Loading branch information
Zebradil committed Dec 24, 2023
1 parent cef56eb commit 7373129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkg/vendir/config/directory.go
Expand Up @@ -112,7 +112,7 @@ type DirectoryContentsImage struct {

// Secret may include one or more keys: username, password, token.
// By default anonymous access is used for authentication.
// TODO support docker config formated secret
// TODO support docker config formatted secret
// +optional
SecretRef *DirectoryContentsLocalRef `json:"secretRef,omitempty"`

Expand All @@ -130,7 +130,7 @@ type DirectoryContentsImgpkgBundle struct {

// Secret may include one or more keys: username, password, token.
// By default anonymous access is used for authentication.
// TODO support docker config formated secret
// TODO support docker config formatted secret
// +optional
SecretRef *DirectoryContentsLocalRef `json:"secretRef,omitempty"`

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7373129

Please sign in to comment.