# HG changeset patch # User kkonganti # Date 1719952286 14400 # Node ID c774e32a35960fac6a55806732b14f57a2bea520 # Parent 6e7c58050c0694db1aab8486b8d6d1381fe49007 planemo upload diff -r 6e7c58050c06 -r c774e32a3596 0.4.2/nextflow.config --- a/0.4.2/nextflow.config Fri Jun 28 10:46:25 2024 -0400 +++ b/0.4.2/nextflow.config Tue Jul 02 16:31:26 2024 -0400 @@ -152,9 +152,8 @@ gxkubernetes { process.executor = 'k8s' k8s.namespace = 'galaxy' - k8s.serviceAccount = 'galaxy' + k8s.serviceAccount = 'default' k8s.maxErrorRetry = 5 - k8s.computeResourceType = 'Job' singularity.enabled = false docker.enabled = true params.enable_conda = false