diff --git a/api/v1alpha1/validatorconfig_types.go b/api/v1alpha1/validatorconfig_types.go index 68d0411f..a1500ee9 100644 --- a/api/v1alpha1/validatorconfig_types.go +++ b/api/v1alpha1/validatorconfig_types.go @@ -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. diff --git a/config/crd/bases/validation.spectrocloud.labs_validatorconfigs.yaml b/config/crd/bases/validation.spectrocloud.labs_validatorconfigs.yaml index 9ca304c9..ef53b5f1 100644 --- a/config/crd/bases/validation.spectrocloud.labs_validatorconfigs.yaml +++ b/config/crd/bases/validation.spectrocloud.labs_validatorconfigs.yaml @@ -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