Fix task deployment indention (#1596) (#1597)

This commit is contained in:
Chris
2023-10-17 23:13:44 +02:00
committed by GitHub
parent 5bd84b3d3e
commit 39bebe64ba

View File

@@ -442,7 +442,7 @@ spec:
fsGroup: 1000 fsGroup: 1000
{% endif %} {% endif %}
{% if security_context_settings|length %} {% if security_context_settings|length %}
{{ security_context_settings | to_nice_yaml | indent(10) }} {{ security_context_settings | to_nice_yaml | indent(8) }}
{% endif %} {% endif %}
{% endif %} {% endif %}
{% if termination_grace_period_seconds is defined %} {% if termination_grace_period_seconds is defined %}