sso: send execute-actions email to robotuser
This commit is contained in:
parent
f3f80ee114
commit
f2b0f76d15
@ -1,15 +1,15 @@
|
||||
# services/keycloak/oneoffs/portal-e2e-execute-actions-email-test-job.yaml
|
||||
# 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).
|
||||
# One-off job for sso/keycloak-portal-e2e-execute-actions-email-18.
|
||||
# Purpose: keycloak portal e2e execute actions email 18 (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-17
|
||||
name: keycloak-portal-e2e-execute-actions-email-18
|
||||
namespace: sso
|
||||
spec:
|
||||
suspend: true
|
||||
suspend: false
|
||||
backoffLimit: 3
|
||||
template:
|
||||
metadata:
|
||||
@ -68,9 +68,9 @@ spec:
|
||||
- name: KEYCLOAK_REALM
|
||||
value: atlas
|
||||
- name: E2E_PROBE_USERNAME
|
||||
value: portal-e2e-execute-actions-17
|
||||
value: robotuser
|
||||
- name: E2E_PROBE_EMAIL
|
||||
value: portal-e2e-execute-actions-17@bstein.dev
|
||||
value: brad.stein+robot@gmail.com
|
||||
- name: EXECUTE_ACTIONS_CLIENT_ID
|
||||
value: bstein-dev-home
|
||||
- name: EXECUTE_ACTIONS_REDIRECT_URI
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user