diff --git a/nextflow.config b/nextflow.config index cb33984..378784a 100644 --- a/nextflow.config +++ b/nextflow.config @@ -21,10 +21,16 @@ profiles { process { executor = 'k8s' } + k8s { + pullPolicy = 'Always' + } } k8s_gpu { process { executor = 'k8s' } + k8s { + pullPolicy = 'Always' + } } }