Fix E2E kubeconfig: locate kubeconfig before RBAC step #144

Merged
privilegedescalation-engineer[bot] merged 18 commits from hugh/pri-785-fix-kubeconfig-e2e into main 2026-05-05 21:25:55 +00:00
Showing only changes of commit ea7f36e48e - Show all commits
-2
View File
@@ -53,8 +53,6 @@ jobs:
echo "ACTIONS_KUBECONFIG=${ACTIONS_KUBECONFIG:-<unset>}"
echo "Listing GITHUB_WORKSPACE root:"
ls -la "${GITHUB_WORKSPACE:-/github/workspace}/" 2>&1 | head -10
echo "Listing /github:"
ls -la /github/ 2>&1 | head -10
for file in "$HOME/.kube" "$HOME/.kube/config" "/home/runner/.kube" "/home/runner/.kube/config" "$HOME/.kube/config" "/home/runner/.kube/config" "/runner/.kube" "/runner/.kube/config" "/runner/config" "/github/.kube" "/github/.kube/config" "${GITHUB_WORKSPACE:-/github/workspace}/.kube" "${GITHUB_WORKSPACE:-/github/workspace}/.kube/config"; do
if [ -f "$file" ]; then
echo "Found kubeconfig at ${file}"