Skip to content

Commit f1a7d8a

Browse files
More restartPolicy to correct position
Signed-off-by: Lehmann_Fabian <fabian.lehmann@informatik.hu-berlin.de>
1 parent b46bac3 commit f1a7d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/nf-cws/src/main/nextflow/cws/k8s/CWSK8sExecutor.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ class CWSK8sExecutor extends K8sExecutor implements ExtensionPoint {
313313
namespace: k8sConfig.getNamespace() ?: 'default'
314314
],
315315
spec : [
316-
restartPolicy: 'Always',
317316
template: [
317+
restartPolicy: 'Always',
318318
metadata: [
319319
labels: [
320320
name : name,

0 commit comments

Comments
 (0)