Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: health check failing for BGPPeer #2269

Merged
merged 1 commit into from
Feb 7, 2024
Merged

fix: health check failing for BGPPeer #2269

merged 1 commit into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. Helm: align the conversion webhook service on CRDs

    The CRDs conversion webhook name refers to a non existing service, and
    this is because we added automatic conversion from generated CRDs to
    chart's CRD, so here:
    
    - we align the name of the conversion webhook in the kustomized based
      env to the one in the charts (it's better anyway)
    - we remove the "cert-service-name" parameter on the controller since
      now it uses the default
    
    Signed-off-by: budimanjojo <budimanjojo@gmail.com>
    
    Co-authored-by: Federico Paolinelli <fpaoline@redhat.com>
    budimanjojo and fedepaol committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c56754b View commit details
    Browse the repository at this point in the history