Skip to content

Commit

Permalink
temporarly to analyse storage class in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinlercher authored May 29, 2024
1 parent 6b90c6d commit 8452864
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cluster-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
cluster_name: sx-cnp-oss-cluster
config: ${{ github.workspace }}/.github/kind-config.yaml

- name: temp-sc
shell: bash
run: |
kubectl get storageclass -o yaml
- name: install mkcert
shell: bash
Expand Down

0 comments on commit 8452864

Please sign in to comment.