We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d5e5a commit 32aec37Copy full SHA for 32aec37
examples/dt/bgp_dt01/control-plane/kustomization.yaml
@@ -56,6 +56,14 @@ patches:
56
kind: NetworkAttachmentDefinition
57
labelSelector: "osp/net-attach-def-type=bgp"
58
path: ocp_network_template.yaml
59
+ # All L2Advertisements are removed
60
+ - target:
61
+ kind: L2Advertisement
62
+ patch: |-
63
64
+ metadata:
65
+ name: .*
66
+ $patch: delete
67
68
replacements:
69
# BGP peer IP addresses
0 commit comments