fix(e2e): make E2E workflow self-sufficient with RBAC apply steps (PRI-324) #143

Closed
privilegedescalation-engineer[bot] wants to merge 18 commits from gandalf/fix-rbac-workflow-pri-324 into main
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}"