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
I am trying out spray for a case when we might have sub-charts of sub-charts (see diagram below) and use the umbrella chart for life-cycle management of all the charts but for now it seems the umbrella chart only considers it's own sub-charts as dependencies and we can only manage them.
umbrella-chart
|--sub-chart
|----sub-sub-chart
I tried adding requirements.yaml inside sub-charts to handle their sub-charts but umbrella chart does not handle them.
Any suggestions how can I achieve this functionality?
The text was updated successfully, but these errors were encountered:
Hi @umardev0
Spray is only managing the first level of sub-chart.
Sub-sub-charts (if several of them), will be processed at the same time as their parent sub-chart.
By the way:
use the umbrella chart for life-cycle management of all the charts
Indeed Helm itself is not managing this: a requirements.yaml file only deals with sub-charts, and not with sub-sub-charts.
Hi,
I am trying out spray for a case when we might have sub-charts of sub-charts (see diagram below) and use the umbrella chart for life-cycle management of all the charts but for now it seems the umbrella chart only considers it's own sub-charts as dependencies and we can only manage them.
I tried adding
requirements.yaml
inside sub-charts to handle their sub-charts but umbrella chart does not handle them.Any suggestions how can I achieve this functionality?
The text was updated successfully, but these errors were encountered: