Skip to content
Snippets Groups Projects
Commit e33548a6 authored by Manish Jangid's avatar Manish Jangid
Browse files

Updated test environment variable

parent 9ee078c0
No related branches found
No related tags found
1 merge request!536M18 service and CICD updates
......@@ -42,7 +42,7 @@ done
echo "Using local port: "$localPort
export KUBECONFIG=/tmp/kubeconfig-int-test$(date +%s).yaml
aws eks update-kubeconfig --name $EKS_NAME --region $AWS_REGION --role-arn $CLUSTER_MANAGEMENT_ROLE_ARN
aws eks update-kubeconfig --name $EKS_CLUSTER_NAME --region $AWS_REGION --role-arn $CLUSTER_MANAGEMENT_ROLE_ARN
kubectl port-forward -n $TENANT_GROUP_NAME-tenant-$EKS_TENANT_NAME-elasticsearch svc/elasticsearch-es-http $localPort:$ELASTIC_PORT > /dev/null 2>&1 &
export ELASTIC_PORT=$localPort
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment