fix(InfraBGPSessionUpsert): changeing load order of objects

This commit is contained in:
Damien
2026-02-21 10:02:17 +01:00
parent 7cd0103d39
commit 6dd4cc96ef
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# BGP Sessions and Address Families # BGP Sessions and Address Families
# Depends on: 09-bgp (RouterConfig and PeerGroups must exist) # Depends on: 09-bgp (RouterConfig and PeerGroups must exist), 10-vrfs (InfraVRF must exist before VRF references)
--- ---
apiVersion: infrahub.app/v1 apiVersion: infrahub.app/v1
kind: Object kind: Object