rstudio / helm

Helm Resources for RStudio Products
MIT License
32 stars 28 forks source link

Added ttlSecondsAfterFinished for job templates #464

Closed SamEdwardes closed 6 months ago

SamEdwardes commented 6 months ago

Added the ability to specify spec.ttlSecondsAfterFinished in the jobs template. For example:

launcher:
  enabled: true
  useTemplates: true
  templateValues:
    service:
      type: ClusterIP
      annotations:
        five: six
    job:
      ttlSecondsAfterFinished: 99
      annotations:
        seven: eight
      labels:
        nine: ten
CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.