flux v2.9.5

HelmRelease.spec.dependsOn

DependsOn may contain a DependencyReference slice with references to HelmRelease resources that must be ready before this HelmRelease can be reconciled.

3 fields
HelmRelease.spec.dependsOn fields and descriptions
Field / TypeDescription
name
string required

Name of the referent.

namespace
string

Namespace of the referent, defaults to the namespace of the resource object that contains the reference.

readyExpr
string

ReadyExpr is a CEL expression that can be used to assess the readiness of a dependency. When specified, the built-in readiness check is replaced by the logic defined in the CEL expression. To make the CEL expression additive to the built-in readiness check, the feature gate `AdditiveCELDependencyCheck` must be set to `true`.