sso: rerun execute-actions email test
This commit is contained in:
parent
8ee96e02c4
commit
bc9ee3138a
@ -1,12 +1,12 @@
|
||||
# services/keycloak/oneoffs/portal-e2e-execute-actions-email-test-job.yaml
|
||||
# One-off job for sso/keycloak-portal-e2e-execute-actions-email-16.
|
||||
# Purpose: keycloak portal e2e execute actions email 16 (see container args/env in this file).
|
||||
# One-off job for sso/keycloak-portal-e2e-execute-actions-email-17.
|
||||
# Purpose: keycloak portal e2e execute actions email 17 (see container args/env in this file).
|
||||
# Run by setting spec.suspend to false, reconcile, then set it back to true.
|
||||
# Safe to delete the finished Job/pod; it should not run continuously.
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: keycloak-portal-e2e-execute-actions-email-16
|
||||
name: keycloak-portal-e2e-execute-actions-email-17
|
||||
namespace: sso
|
||||
spec:
|
||||
suspend: false
|
||||
@ -68,9 +68,9 @@ spec:
|
||||
- name: KEYCLOAK_REALM
|
||||
value: atlas
|
||||
- name: E2E_PROBE_USERNAME
|
||||
value: portal-e2e-execute-actions-16
|
||||
value: portal-e2e-execute-actions-17
|
||||
- name: E2E_PROBE_EMAIL
|
||||
value: portal-e2e-execute-actions-16@bstein.dev
|
||||
value: portal-e2e-execute-actions-17@bstein.dev
|
||||
- name: EXECUTE_ACTIONS_CLIENT_ID
|
||||
value: bstein-dev-home
|
||||
- name: EXECUTE_ACTIONS_REDIRECT_URI
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user