sso: rerun execute-actions email test

This commit is contained in:
Brad Stein 2026-01-29 13:28:32 -03:00
parent 8ee96e02c4
commit bc9ee3138a

View File

@ -1,12 +1,12 @@
# services/keycloak/oneoffs/portal-e2e-execute-actions-email-test-job.yaml # services/keycloak/oneoffs/portal-e2e-execute-actions-email-test-job.yaml
# One-off job for sso/keycloak-portal-e2e-execute-actions-email-16. # One-off job for sso/keycloak-portal-e2e-execute-actions-email-17.
# Purpose: keycloak portal e2e execute actions email 16 (see container args/env in this file). # 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. # 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. # Safe to delete the finished Job/pod; it should not run continuously.
apiVersion: batch/v1 apiVersion: batch/v1
kind: Job kind: Job
metadata: metadata:
name: keycloak-portal-e2e-execute-actions-email-16 name: keycloak-portal-e2e-execute-actions-email-17
namespace: sso namespace: sso
spec: spec:
suspend: false suspend: false
@ -68,9 +68,9 @@ spec:
- name: KEYCLOAK_REALM - name: KEYCLOAK_REALM
value: atlas value: atlas
- name: E2E_PROBE_USERNAME - name: E2E_PROBE_USERNAME
value: portal-e2e-execute-actions-16 value: portal-e2e-execute-actions-17
- name: E2E_PROBE_EMAIL - 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 - name: EXECUTE_ACTIONS_CLIENT_ID
value: bstein-dev-home value: bstein-dev-home
- name: EXECUTE_ACTIONS_REDIRECT_URI - name: EXECUTE_ACTIONS_REDIRECT_URI