sparse-intern-71089
05/19/2021, 7:41 PMmany-psychiatrist-74327
05/19/2021, 7:44 PMk8s.yaml.ConfigFile is a CollectionComponentResource.. is that not an acceptable “Resource” to pass as a value for dependsOn?many-psychiatrist-74327
05/19/2021, 7:45 PMdependsOn: foo.resourcesmany-psychiatrist-74327
05/19/2021, 7:52 PMdependsOn: foo.resources.apply((m) => Object.values(m))
seems overly complex for a seemingly common use-case, but let’s seecolossal-australia-65039
05/19/2021, 8:14 PMmany-psychiatrist-74327
05/19/2021, 8:18 PMdependsOn: chart or dependsOn: chart.resources.apply((m) => Object.values(m))?many-psychiatrist-74327
05/19/2021, 8:18 PM.resources.apply(…) approach and it seems to have workedmany-psychiatrist-74327
05/19/2021, 8:19 PMcolossal-australia-65039
05/19/2021, 8:20 PMchart variablegorgeous-egg-16927
05/19/2021, 10:10 PM