Skip to content

Commit

Permalink
Merge pull request #2012 from area363/add-previewnet
Browse files Browse the repository at this point in the history
debug reset-bridge-service-preview
  • Loading branch information
area363 authored Sep 5, 2024
2 parents 889e6f0 + cdc1f6e commit dd9de2d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/snapshot-reset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,17 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y jq
- name: Display current kubectl context
run: |
kubectl config current-context
kubectl config view
env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}
- name: List statefulsets in heimdall-preview
run: |
kubectl get statefulsets -n heimdall-preview
env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}
- uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}
Expand Down

0 comments on commit dd9de2d

Please sign in to comment.