From df763265851f1df0999f416086ee1a8f492cf042 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sun, 12 Jan 2025 23:03:06 +0100 Subject: [PATCH] adding jenkins-agent service account --- resources/podtemplates/jnlp.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/podtemplates/jnlp.yaml b/resources/podtemplates/jnlp.yaml index a227175..ccb4c81 100644 --- a/resources/podtemplates/jnlp.yaml +++ b/resources/podtemplates/jnlp.yaml @@ -3,6 +3,7 @@ apiVersion: v1 kind: Pod spec: + serviceAccountName: jenkins-agent # quick termination of the pod. terminationGracePeriodSeconds: 0 # basically no further overrides currently -- 2.31.1