feat(examples): loading troubleshoot specs from helm chart example (#1252)

* feat(examples): loading troubleshoot specs from helm chart example
This commit is contained in:
Evans Mungai
2023-06-29 02:31:59 +01:00
committed by GitHub
parent f0efbf658a
commit f64d98b5c3
8 changed files with 550 additions and 0 deletions

View File

@@ -162,6 +162,12 @@ jobs:
- run: chmod +x bin/preflight
- run: make preflight-e2e-test
run-examples:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make run-examples
compile-supportbundle:
runs-on: ubuntu-latest
steps: