chore: remove orphaned deployment/polaris-rbac.yaml (PRI-917) #149

Closed
privilegedescalation-engineer[bot] wants to merge 19 commits from gandalf/remove-orphaned-polaris-rbac-pri-917 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}"