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

Post mortem always #112

Closed
wants to merge 3 commits into from
Closed

Post mortem always #112

wants to merge 3 commits into from

Commits on May 6, 2024

  1. Use correct request namespace when creating ServiceMonitors

    Use "openshiftMonitoringNS" instead of "ns" when first attempting to
    create in the former namespace.
    
    Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
    tpantelis committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6be3f85 View commit details
    Browse the repository at this point in the history
  2. Adjustments to Prometheus E2E test

    - Enable by default
    - Run Post Mortem on failure
    
    Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
    tpantelis committed May 6, 2024
    Configuration menu
    Copy the full SHA
    23506c5 View commit details
    Browse the repository at this point in the history
  3. Restore CRUD Secret RBAC permissons for the operator Role

    CRUD access to Secrets were removed but it turns out we need it in
    order to sync Secrets from the broker namespace to the
    submariner-operator namespace.
    
    Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
    tpantelis committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f9a1eea View commit details
    Browse the repository at this point in the history