Open
Description
KRO calculates the DAG dependency graph based on CEL expressions. If one resource is referring a field from another, KRO creates a dependency. There are situations where we want to explicitly set that dependency for KRO.
...
resources:
- name: podidentityassociation
- name: serviceaccount
- name: deployment
dependsOn:
- podidentityassociation
- serviceaccount
template:
...