diff --git a/files/bgpconfigurations.crd.projectcalico.org-CustomResourceDefinition.yaml b/files/bgpconfigurations.crd.projectcalico.org-CustomResourceDefinition.yaml index a11fc5d..cf207e8 100644 --- a/files/bgpconfigurations.crd.projectcalico.org-CustomResourceDefinition.yaml +++ b/files/bgpconfigurations.crd.projectcalico.org-CustomResourceDefinition.yaml @@ -1,3 +1,5 @@ +# Source: calico/templates/kdd-crds.yaml + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/files/bgppeers.crd.projectcalico.org-CustomResourceDefinition.yaml b/files/bgppeers.crd.projectcalico.org-CustomResourceDefinition.yaml index 30db4aa..ac8d002 100644 --- a/files/bgppeers.crd.projectcalico.org-CustomResourceDefinition.yaml +++ b/files/bgppeers.crd.projectcalico.org-CustomResourceDefinition.yaml @@ -35,7 +35,6 @@ spec: format: int32 type: integer keepOriginalNextHop: - default: false description: Option to keep the original nexthop field when routes are sent to a BGP Peer. Setting "true" configures the selected BGP Peers node to use the "next hop keep;" instead of "next hop self;"(default)