Skip to content

Commit

Permalink
Merge pull request #40 from vandjelk/cat-kubeconfig
Browse files Browse the repository at this point in the history
kubeconfig debug
  • Loading branch information
vandjelk authored Oct 17, 2024
2 parents 7c9dc5c + bc41274 commit be91e7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
TOKEN=$(jq -r '.id_token' ./token.json)
KC=$(jq ".users[0].user.token = \"$TOKEN\" | .clusters[0].cluster.server = \"$URL\" | .clusters[0].cluster.\"certificate-authority-data\" = \"$CA\"" ./assets/kubeconfig.json)
kubectl config view --minify --raw --kubeconfig <(echo $KC) > kubeconfig.yaml
echo "kubeconfig"
cat kubeconfig.yaml
- name: Run E2E Tests
run: |
export SHOOT="${{ matrix.shoot }}"
Expand Down

0 comments on commit be91e7c

Please sign in to comment.