Skip to content

Commit

Permalink
test: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-ibra committed Jul 30, 2024
1 parent b29635a commit 1c105fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/validatorconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type HelmRelease struct {
// Name of the Helm chart.
Name string `json:"name" yaml:"name"`

// Repository containing the Helm chart.
// Repository of the Helm chart.
Repository string `json:"repository" yaml:"repository"`

// Version of the Helm chart.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
description: Name of the Helm chart.
type: string
repository:
description: Repository containing the Helm chart.
description: Repository of the Helm chart.
type: string
values:
description: Values defines the values to be passed to the Helm
Expand Down

0 comments on commit 1c105fd

Please sign in to comment.