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

Change to HA-Compatible Status Schemas #159

Merged
merged 2 commits into from
Jun 28, 2019

Commits on Jun 28, 2019

  1. Change to HA-Compatible Status Schemas

    Currently the status schemas used for our resources would
    not work if an HA deployment as only one Pod could report
    its status at a time. This PR adds a mechanism for multiple
    pods to broadcast their handling of a resource.
    
    This fixes open-policy-agent#158
    
    Signed-off-by: Max Smythe <smythe@google.com>
    maxsmythe committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    1e4f24d View commit details
    Browse the repository at this point in the history
  2. Fix broken CT unit tests

    Signed-off-by: Max Smythe <smythe@google.com>
    maxsmythe committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    4efcff4 View commit details
    Browse the repository at this point in the history