From 87bb556087d67d35ab221d36f42f1061d33155a9 Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Wed, 16 Sep 2026 15:13:09 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=20curl=20=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E5=AE=B9=E5=99=A8=E7=9A=84=E6=95=B0=E5=80=BC=E7=94=A8?= =?UTF-8?q?=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/dynamic-runner/deployment.yaml | 2 ++ platform/dynamic-runner/pod-worker-deployment.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/platform/dynamic-runner/deployment.yaml b/platform/dynamic-runner/deployment.yaml index 62cac55..d33a0b8 100644 --- a/platform/dynamic-runner/deployment.yaml +++ b/platform/dynamic-runner/deployment.yaml @@ -31,6 +31,8 @@ spec: drop: [ALL] readOnlyRootFilesystem: true runAsNonRoot: true + runAsUser: 101 + runAsGroup: 102 seccompProfile: type: RuntimeDefault volumeMounts: diff --git a/platform/dynamic-runner/pod-worker-deployment.yaml b/platform/dynamic-runner/pod-worker-deployment.yaml index 3e65309..4601418 100644 --- a/platform/dynamic-runner/pod-worker-deployment.yaml +++ b/platform/dynamic-runner/pod-worker-deployment.yaml @@ -30,6 +30,8 @@ spec: drop: [ALL] readOnlyRootFilesystem: true runAsNonRoot: true + runAsUser: 101 + runAsGroup: 102 seccompProfile: type: RuntimeDefault volumeMounts: