feat: add longhorn application #4

Merged
jad0s merged 5 commits from dev into main 2026-06-13 18:52:16 +00:00
Showing only changes of commit 465121a3cc - Show all commits

View file

@ -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