fix(hermes-triage-demo): agent pod securityContext must match jnlp uid 1000

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jenkins 2026-08-05 16:47:48 -03:00
parent 2bf90fa102
commit b166f22830

View File

@ -465,8 +465,10 @@ data:
spec:
serviceAccountName: jenkins
securityContext:
runAsUser: 1001
runAsGroup: 1001
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
nodeSelector:
kubernetes.io/arch: arm64
node-role.kubernetes.io/worker: "true"