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

Add externalServers.skipServerWatch to helm for working with load balancers #1686

Merged
merged 4 commits into from
Nov 9, 2022

Commits on Nov 8, 2022

  1. Helm env variable

    - add CONSUL_SKIP_SERVER_WATCH env variable to _helpers.tpl
    - bats tests in connect-inject-deployment to validate that env variable works for skip server watch
    - add externalServers.skipServerWatch to values.yaml
    - read env variable in as a flag in flags/consul and unit tests.
    curtbushko committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c73e55a View commit details
    Browse the repository at this point in the history
  2. Pass through to dataplane and controller

    check that server-watch-disabled is set with connect injector
    curtbushko committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    2d43666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94c5e1e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Update charts/consul/values.yaml

    Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
    curtbushko and ishustava authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6df4d55 View commit details
    Browse the repository at this point in the history