diff --git a/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml b/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml index 4f52a3864..3792414f1 100644 --- a/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml +++ b/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml @@ -1514,7 +1514,7 @@ spec: Helm test filters. properties: exclude: - description: Exclude is specifies wheter the named test + description: Exclude is specifies whether the named test should be excluded. type: boolean name: diff --git a/docs/api/helmrelease.md b/docs/api/helmrelease.md index ded792bff..3d02e4f32 100644 --- a/docs/api/helmrelease.md +++ b/docs/api/helmrelease.md @@ -456,46 +456,6 @@ string
DeploymentAction defines a consistent interface for Install and Upgrade.
-Filters holds the configuration for individual Helm test filters.
-Field | -Description | -
---|---|
-name - -string - - |
-
- Name is the name of the test. - |
-
-exclude - -bool - - |
-
-(Optional)
- Exclude is specifies wheter the named test should be excluded. - |
-
@@ -1904,19 +1864,6 @@ are run but fail. Can be overwritten for tests run after install or upgrade actions in ‘Install.IgnoreTestFailures’ and ‘Upgrade.IgnoreTestFailures’.
-filters
Filters is a list of tests to run or exclude from running.
-