Azure / orkestra

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
https://azure.github.io/orkestra
Other
105 stars 16 forks source link

Provide a field to disable waits during helmrelease installation #113

Closed nitishm closed 3 years ago

nitishm commented 3 years ago

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.

nitishm commented 3 years ago

Fixed in a previous PR #143