Skip to content

Commit

Permalink
Fix E2E module tests - export secret name env (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
szwedm authored Jan 15, 2025
1 parent aa31d82 commit 2626d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/testing/run_e2e_module_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ SI_PARAMS_SECRET_NAME=auditlog-management-params-secret-${GITHUB_JOB}-${GITHUB_R

export SI_NAME
export SB_NAME
export SI_PARAMS_SECRET_NAME

echo -e "\n---Creating service instance: ${SI_NAME}"
envsubst <${YAML_DIR}/e2e-test-service-instance.yaml | kubectl apply -f -
Expand Down

0 comments on commit 2626d80

Please sign in to comment.