From 6e0fe5d06b6530bb973f21ad1b48052f4c327760 Mon Sep 17 00:00:00 2001 From: bamanker <27054792@qq.com> Date: Thu, 25 Dec 2025 15:03:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9C=E7=A8=8Bk3s=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=EF=BC=8C=E6=B5=8B=E8=AF=95apply=E6=8C=87?= =?UTF-8?q?=E4=BB=A4-=E4=BF=AE=E6=94=B9deploy=E6=96=87=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=841?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3b5e58f..24f8167 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -78,7 +78,7 @@ jobs: uses: http://139.9.216.111:3000/bamanker/steevchen-kubectl@master with: config: ${{ secrets.KUBE_CONFIG }} - command: apply -f deployment.yml + args: apply -f deployment.yml # - name: k8s Update Deployment # uses: http://139.9.216.111:3000/bamanker/kubectl@master # env: