You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
n/a
Describe the solution you'd like
The default behavior today is deploy the parent chart after all subchart are deployed and their dependencies are satisfied. In some cases it would require the parent chart to either go in parallel with the subcharts or before the subcharts are deployed. Provide a field in the ApplicationSpec that allows users to specify the order of deployment.
Describe alternatives you've considered
n/a
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
n/a
Describe the solution you'd like
The default behavior today is deploy the parent chart after all subchart are deployed and their dependencies are satisfied. In some cases it would require the parent chart to either go in parallel with the subcharts or before the subcharts are deployed. Provide a field in the
ApplicationSpec
that allows users to specify the order of deployment.Describe alternatives you've considered
n/a
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: