From c53c6ddd328f334d2ceb0a4375c31a94d4e28e05 Mon Sep 17 00:00:00 2001 From: Marijanela Date: Tue, 28 Apr 2026 15:28:28 +0200 Subject: [PATCH] fix 11 --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f7a1b70..878a89f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -70,7 +70,6 @@ jobs: - name: Deploy na k3s run: | - kubectl create namespace student-${{ github.actor }} --dry-run=client -o yaml | kubectl apply -f - kubectl apply -f k8s/ -n student-${{ github.actor }} kubectl rollout status deployment/helloo-cicdd \ -n student-${{ github.actor }} --timeout=120s \ No newline at end of file