Skip to content

Mega Feature: Add support for dependsOn #110

Open
@candonov

Description

@candonov

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:
...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions