fix 11
Some checks failed
CI/CD Pipeline / build (push) Successful in 1m22s
CI/CD Pipeline / deploy (push) Failing after 1m15s

This commit is contained in:
2026-04-28 15:28:28 +02:00
parent f236de1f6f
commit c53c6ddd32

View File

@@ -70,7 +70,6 @@ jobs:
- name: Deploy na k3s - name: Deploy na k3s
run: | run: |
kubectl create namespace student-${{ github.actor }} --dry-run=client -o yaml | kubectl apply -f -
kubectl apply -f k8s/ -n student-${{ github.actor }} kubectl apply -f k8s/ -n student-${{ github.actor }}
kubectl rollout status deployment/helloo-cicdd \ kubectl rollout status deployment/helloo-cicdd \
-n student-${{ github.actor }} --timeout=120s -n student-${{ github.actor }} --timeout=120s