We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a878dda commit bd20541Copy full SHA for bd20541
test/e2e/cluster_config.sh
@@ -46,7 +46,7 @@ clusters:
46
okta_auth_client_id: "kubernetes.cluster.teapot-e2e"
47
teapot_admission_controller_validate_pod_images_soft_fail_namespaces: "^kube-system$"
48
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}"
+ eks_legacy_cluster_local_id: "e2e-${CDP_BUILD_VERSION}-aws"
50
skipper_open_policy_agent_enabled: "${SKIPPER_OPA_ENABLED}"
51
skipper_open_policy_agent_styra_token: "${STYRA_TOKEN}"
52
skipper_open_policy_agent_bucket_arn: "${SKIPPER_OPA_BUCKET_ARN}"
0 commit comments