Skip to content

Commit

Permalink
fix: registry log enum
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark authored and bitsf committed May 11, 2022
1 parent 544d673 commit 77a5ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/meta/v1alpha1/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (l HarborLogLevel) Exporter() ExporterLogLevel {
}

// +kubebuilder:validation:Type=string
// +kubebuilder:validation:Enum={"debug","info","warn","error"}
// +kubebuilder:validation:Enum={"debug","info","warning","error"}
// RegistryLogLevel is the log level for Registry.
type RegistryLogLevel string

Expand Down

0 comments on commit 77a5ec5

Please sign in to comment.