kubeshop/testkube

Adding override job-container-template.yml.tmpl section in testkube/values.yaml

loorcker opened this issue · 3 comments

Hello,

is there a possibility of adding section to main chart testkube/values.yaml to override job-container-template for custom container jobs?

At the moment its possible to override just job-template for built-in executors [LINK]:

281 #Custom job-template.yml that will be passed to Testkube API. Example:
282 configValues: |
283 apiVersion: batch/v1
284 kind: Job
285 metadata:

The desired effect:

 
  #Custom job-container-template.yml that will be passed to Testkube API. Example:
  configValues: |
    apiVersion: batch/v1
    kind: Job
    metadata:` 
   .
   .
   .
   #Custom job-template.yml that will be passed to Testkube API. Example:
  configValues: |
    apiVersion: batch/v1
    kind: Job
    metadata:
    .
    .

hey, @loorcker Guess, it shouldn't be difficult to add. @ypoplavs pls take a look

Hello @vsukhin @ypoplavs is it going to be released? :)

merged to develop