Skip to content
Snippets Groups Projects
Unverified Commit 027678a8 authored by Varac's avatar Varac
Browse files

Add SSO to test if app is running

parent 8a6f2a52
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,10 @@ EXPECTED_APP_LABELS = {
'label_selector': 'app=grafana'},
'prometheus': {
'namespace': 'oas',
'label_selector': 'app=prometheus'}
'label_selector': 'app=prometheus'},
'single-sign-on': {
'namespace': 'oas',
'label_selector': 'app.kubernetes.io/name in (hydra,hydra-maester,single-sign-on-userbackend,single-sign-on-consent,single-sign-on-userpanel,single-sign-on-login)'}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment