enix / helm-charts

A collection of Helm packages brought to you by Enix Monkeys :monkey_face:

Home Page:https://charts.enix.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[kube-router] bgpGracefulRestart does not work as expected

abuisine opened this issue · comments

It seems that there is a bug in the DaemonSet template :

        {{- if .bgpGracefulRestartDeferralTime }}
        - "--bgp-graceful-restart-deferral-time={{ .bgpGracefulRestartDeferralTime }}"
        {{- end }}
        {{- if .bgpGracefulRestartDeferralTime }}
        - "--bgp-graceful-restart={{ .bgpGracefulRestart }}"
        {{- end }}

the bgpGracefulRestart is not used