flux v2.9.5

HelmRelease.spec.test

Test holds the configuration for Helm test actions for this HelmRelease.

4 fields
HelmRelease.spec.test fields and descriptions
Field / TypeDescription
enable
boolean

Enable enables Helm test actions for this HelmRelease after an Helm install or upgrade action has been performed.

object[]

Filters is a list of tests to run or exclude from running.

ignoreFailures
boolean

IgnoreFailures tells the controller to skip remediation when the Helm tests are run but fail. Can be overwritten for tests run after install or upgrade actions in 'Install.IgnoreTestFailures' and 'Upgrade.IgnoreTestFailures'.

timeout
string

Timeout is the time to wait for any individual Kubernetes operation during the performance of a Helm test action. Defaults to 'HelmReleaseSpec.Timeout'.

  • pattern: ^([0-9]+(\.[0-9]+)?(ms|s|m|h))+$