From bc9ee3138ab0ea66f3e73a70d6029cf38f6ff500 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 29 Jan 2026 13:28:32 -0300 Subject: [PATCH] sso: rerun execute-actions email test --- .../portal-e2e-execute-actions-email-test-job.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/services/keycloak/oneoffs/portal-e2e-execute-actions-email-test-job.yaml b/services/keycloak/oneoffs/portal-e2e-execute-actions-email-test-job.yaml index 8cb2fe5..0953a0a 100644 --- a/services/keycloak/oneoffs/portal-e2e-execute-actions-email-test-job.yaml +++ b/services/keycloak/oneoffs/portal-e2e-execute-actions-email-test-job.yaml @@ -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