From 8a772793b8ab8dec2170ff4b8679cdbfebd7a647 Mon Sep 17 00:00:00 2001 From: Andrew Keesler Date: Wed, 7 Oct 2020 10:51:39 -0400 Subject: [PATCH] supervisor-oidc: fix PINNIPED_SUPERVISOR test env vars? Signed-off-by: Andrew Keesler --- hack/prepare-for-integration-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/prepare-for-integration-tests.sh b/hack/prepare-for-integration-tests.sh index ba39ad4f..3a1a04fa 100755 --- a/hack/prepare-for-integration-tests.sh +++ b/hack/prepare-for-integration-tests.sh @@ -259,8 +259,8 @@ export PINNIPED_TEST_USER_GROUPS=${test_groups} export PINNIPED_TEST_USER_TOKEN=${test_username}:${test_password} export PINNIPED_TEST_WEBHOOK_ENDPOINT=${webhook_url} export PINNIPED_TEST_WEBHOOK_CA_BUNDLE=${webhook_ca_bundle} -export PINNIPED_SUPERVISOR_NAMESPACE=${namespace} -export PINNIPED_SUPERVISOR_APP_NAME=${app_name} +export PINNIPED_SUPERVISOR_NAMESPACE=${supervisor_namespace} +export PINNIPED_SUPERVISOR_APP_NAME=${supervisor_app_name} export PINNIPED_TEST_SUPERVISOR_ADDRESS="localhost:12345" read -r -d '' PINNIPED_CLUSTER_CAPABILITY_YAML << PINNIPED_CLUSTER_CAPABILITY_YAML_EOF || true