From a85d355d471b87eec96f0816185e0c87f92f0386 Mon Sep 17 00:00:00 2001 From: brokenpip3 <40476330+brokenpip3@users.noreply.github.com> Date: Mon, 21 Apr 2025 09:38:43 +0000 Subject: [PATCH] Auto-updated Kubernetes Manifests --- deploy/crds/jenkins.io_jenkins_crd.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy/crds/jenkins.io_jenkins_crd.yaml b/deploy/crds/jenkins.io_jenkins_crd.yaml index 2caa71d2..e30bc42a 100644 --- a/deploy/crds/jenkins.io_jenkins_crd.yaml +++ b/deploy/crds/jenkins.io_jenkins_crd.yaml @@ -1330,6 +1330,11 @@ spec: type: string type: object type: object + skipPlugins: + description: 'Allow to skip installation of both BasePlugins and + Plugins. Requires using a custom image which includes the + BasePlugins. Defaults to false.' + type: boolean terminationGracePeriodSeconds: description: 'Optional duration in seconds the pod needs to terminate gracefully.' type: integer