From d25d29b058cf7a57cbea21a895edc6c661bed05c Mon Sep 17 00:00:00 2001 From: Dion Date: Tue, 12 Nov 2024 06:30:39 -0500 Subject: [PATCH] +lifecycle to container defaults comment --- api/v1alpha2/jenkins_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1alpha2/jenkins_types.go b/api/v1alpha2/jenkins_types.go index 09332af42..4b9f95cec 100644 --- a/api/v1alpha2/jenkins_types.go +++ b/api/v1alpha2/jenkins_types.go @@ -311,6 +311,7 @@ type JenkinsMaster struct { // periodSeconds: 10 // successThreshold: 1 // timeoutSeconds: 5 + // lifecycle: {} // name: jenkins-master // readinessProbe: // failureThreshold: 3