feat(argo-workflows): Support lifecycle and terminationGracePeriodSeconds for server (#2997)
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
ec2f23a304
commit
5a57de40a8
4 changed files with 18 additions and 3 deletions
|
|
@ -760,6 +760,12 @@ server:
|
|||
# -- Enables init containers to be added to the server deployment
|
||||
extraInitContainers: []
|
||||
|
||||
# -- Specify postStart and preStop lifecycle hooks for server container
|
||||
lifecycle: {}
|
||||
|
||||
# -- terminationGracePeriodSeconds for container lifecycle hook
|
||||
terminationGracePeriodSeconds: 30
|
||||
|
||||
# -- Array of extra K8s manifests to deploy
|
||||
extraObjects: []
|
||||
# - apiVersion: secrets-store.csi.x-k8s.io/v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue