Adding override job-container-template.yml.tmpl section in testkube/values.yaml
loorcker opened this issue · 3 comments
loorcker commented
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:
.
.
vsukhin commented
merged to develop