fixup! fix(actions): skip longhorn application as it requires direct kernel access
All checks were successful
/ validate (pull_request) Successful in 3m27s
All checks were successful
/ validate (pull_request) Successful in 3m27s
This commit is contained in:
parent
a7cef4df68
commit
465121a3cc
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
run: |
|
||||
for f in apps/*.yaml; do
|
||||
case "$f" in
|
||||
apps/longhorm.yaml) echo "Skipping $f" ;;
|
||||
apps/longhorn.yaml) echo "Skipping $f" ;;
|
||||
*) kubectl apply -f "$f" ;;
|
||||
esac
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue