Skip to content

Commit cf0ef8e

Browse files
Mbd06bclaude
andcommitted
fix: add jenkins-deployer service account to pod template
Pod was using the default K8s service account, whose token returns 401 Unauthorized on API calls. All other pipelines specify jenkins-deployer which has the necessary RBAC binding. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a8cd4f7 commit cf0ef8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ pipeline {
5252
apiVersion: v1
5353
kind: Pod
5454
spec:
55+
serviceAccount: jenkins-deployer
5556
nodeSelector:
5657
node-type: performance
5758
tolerations:

0 commit comments

Comments
 (0)