feat: add longhorn application #4
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
for f in apps/*.yaml; do
|
for f in apps/*.yaml; do
|
||||||
case "$f" in
|
case "$f" in
|
||||||
apps/longhorm.yaml) echo "Skipping $f" ;;
|
apps/longhorn.yaml) echo "Skipping $f" ;;
|
||||||
*) kubectl apply -f "$f" ;;
|
*) kubectl apply -f "$f" ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue