Skip to content
Snippets Groups Projects

Add gene cov into test data

Merged Bryan BRANCOTTE requested to merge add-gene-cov-into-test-data into dev-fastapi-k8s
5 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -4,7 +4,7 @@
@@ -4,7 +4,7 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1beta1
kind: CronJob
kind: CronJob
metadata:
metadata:
name: {{ printf "%s-%s" (include "chart.fullname" $root) (join "-" $task.command | replace "_" "-") | trimSuffix "-" | trunc 52 }}
name: {{ printf "%s-%s" (include "chart.fullname" $root) (join "-" $task.command | replace "_" "-") | trunc 52 | trimSuffix "-" }}
labels:
labels:
{{- include "chart.labels" $root | nindent 4 }}
{{- include "chart.labels" $root | nindent 4 }}
app: back-cron-job
app: back-cron-job
Loading