Skip to content

Commit

Permalink
Revert "Hardcoding clusters namespace for test"
Browse files Browse the repository at this point in the history
This reverts commit 5d01b81.
  • Loading branch information
veera-damisetti committed Mar 30, 2024
1 parent 4a36afb commit c2a37c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chain:
TEST_ARGS+=$(echo " --from-repository ${DEVSCRIPTS_TEST_IMAGE_REPO} ")
}
CLUSTER_NAME="hcp-ci"
CLUSTER_NAME="$(echo -n $PROW_JOB_ID|sha256sum|cut -c-20)"
export HYPERSHIFT_MANAGEMENT_CLUSTER_KUBECONFIG="${KUBECONFIG}"
export HYPERSHIFT_MANAGEMENT_CLUSTER_NAMESPACE="$(oc get hcp -A -o=jsonpath="{.items[?(@.metadata.name==\"$CLUSTER_NAME\")].metadata.namespace}")"
export AWS_SHARED_CREDENTIALS_FILE=/etc/hypershift-pool-aws-credentials/credentials
Expand Down

0 comments on commit c2a37c8

Please sign in to comment.