Skip to content

Commit bd20541

Browse files
author
Martin Linkhorst
committed
the legacy local ID setting for EKS should not be the full URL
1 parent a878dda commit bd20541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/cluster_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ clusters:
4646
okta_auth_client_id: "kubernetes.cluster.teapot-e2e"
4747
teapot_admission_controller_validate_pod_images_soft_fail_namespaces: "^kube-system$"
4848
eks_okta_identity_provider: "false" # disabled to speed up EKS cluster creation for e2e.
49-
eks_legacy_cluster_local_id: "https://e2e-${CDP_BUILD_VERSION}-aws.${HOSTED_ZONE}"
49+
eks_legacy_cluster_local_id: "e2e-${CDP_BUILD_VERSION}-aws"
5050
skipper_open_policy_agent_enabled: "${SKIPPER_OPA_ENABLED}"
5151
skipper_open_policy_agent_styra_token: "${STYRA_TOKEN}"
5252
skipper_open_policy_agent_bucket_arn: "${SKIPPER_OPA_BUCKET_ARN}"

0 commit comments

Comments
 (0)