Skip to content

Commit

Permalink
add worker deadlines to osbs client config secret
Browse files Browse the repository at this point in the history
* CLOUDBLD-9910

Signed-off-by: Robert Cerven <[email protected]>
  • Loading branch information
rcerven committed May 5, 2022
1 parent c6eac04 commit 14aebbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/client-config-secret.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ verify_ssl = {{ cluster.verify_ssl | default('true') }}
{% if cluster.scratch_build_node_selector is defined and cluster.scratch_build_node_selector|length %}
scratch_build_node_selector = {{ cluster.scratch_build_node_selector }}
{% endif %}
{% if cluster.deadline is defined %}
worker_max_run_hours = {{ cluster.deadline }}
{% endif %}

{% endfor %}
{% endfor %}

0 comments on commit 14aebbc

Please sign in to comment.