Skip to content

Commit

Permalink
BGPFilter helm resource name equals to API config (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 authored Feb 18, 2025
1 parent dade515 commit 88cfb89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
apiVersion: crd.projectcalico.org/v1
kind: BGPFilter
metadata:
name: bgpfilter-{{ $filter.name }}
name: {{ $filter.name }}
spec:
{{- if $filter.exportV4 }}
exportV4:
Expand Down

0 comments on commit 88cfb89

Please sign in to comment.