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

[NET-10985] Fix bug where imagePullSecrets were not set up for Gateways #4316

Merged
merged 13 commits into from
Sep 27, 2024

Commits on Sep 24, 2024

  1. Plumb global.imagePullSecrets through to Gateway's ServiceAccount

    Since pull secrets are a list of structured objects that cannot easily be passed as a flag value to the container, this approach uses a JSON config file that is created as a ConfigMap and then mounted into the connect-injector Pod and parsed on startup.
    nathancoleman committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    25ba129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34bbb73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    316985a View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    nathancoleman committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    aa0758f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7c1824 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76415b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6b9305 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    365b2c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac64e83 View commit details
    Browse the repository at this point in the history
  10. Update .changelog/4316.txt

    Co-authored-by: Blake Covarrubias <[email protected]>
    nathancoleman and blake authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e6b636d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    1e3503c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8260f94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16fceb9 View commit details
    Browse the repository at this point in the history