From f2b0f76d155ad4c84059d1e824e3f64f6dd21435 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 29 Jan 2026 13:40:24 -0300 Subject: [PATCH] sso: send execute-actions email to robotuser --- .../portal-e2e-execute-actions-email-test-job.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 832a44c..cd90785 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,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