https://rancher.com/ logo
Title
a

ancient-air-32350

12/01/2022, 1:41 PM
is there a way to specify a order of objects when they are created ? for example i have a namespace, role, serviceaccount objects and the creation fails because of “namespace does not exist”. “default: Namespace” is OK. But I’d like to annotate the namespace as well
s

steep-furniture-72588

12/01/2022, 6:06 PM
You could potentially split them up into different bundles (paths) and then use dependson to determine order
a

ancient-air-32350

12/04/2022, 11:27 PM
thank you. that’s working!