Orkestra is a cloud-native release orchestration and lifecycle management (LCM) platform for the fine-grained orchestration of inter-dependent helm charts and their dependencies
By default the orkestra reconciler creates the HelmRelease CROs with the wait field enabled. Certain deployments might require waits to be disabled. We must support that through an override wait flag since we cannot leverage the HelmRelease.Spec.Wait directly.
By default the orkestra reconciler creates the HelmRelease CROs with the
wait
field enabled. Certain deployments might require waits to be disabled. We must support that through an override wait flag since we cannot leverage the HelmRelease.Spec.Wait directly.