We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f57d2 commit 0ce55e4Copy full SHA for 0ce55e4
solver/base/argo-workflows/solver-template.yaml
@@ -78,6 +78,8 @@ spec:
78
env:
79
- name: THOTH_SOLVER
80
value: "{{inputs.parameters.THOTH_SOLVER_NAME}}"
81
+ - name: THOTH_SOLVER_RAISE_ON_SYSTEM_EXIT_CODES
82
+ value: "1"
83
- name: THOTH_SOLVER_VIRTUALENV
84
value: "/opt/app-root/src/solver-venv"
85
- name: THOTH_LOG_SOLVER
0 commit comments