Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -o errexit
set -o nounset
set -o pipefail

export KUBECONFIG=/etc/hypershift-kubeconfig-azure/hypershift-ops-admin.kubeconfig
export KUBECONFIG=/etc/hypershift-ci-jobs-self-managed-azure/kubeconfig
export AZURE_CREDENTIALS_FILE=/etc/hypershift-ci-jobs-self-managed-azure/credentials.json

# Returns 0 if the resource group name matches CI naming conventions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ ref:
- mount_path: /etc/hypershift-ci-jobs-self-managed-azure
name: hypershift-ci-jobs-self-managed-azure
namespace: test-credentials
- mount_path: /etc/hypershift-kubeconfig-azure
name: azure-hypershift-ci
namespace: test-credentials
env:
- name: CLUSTER_TTL
default: "4 hours ago"
Expand Down