diff --git a/roles/installer/templates/deployments/task.yaml.j2 b/roles/installer/templates/deployments/task.yaml.j2 index 3b3ecb0c..cb57fbd1 100644 --- a/roles/installer/templates/deployments/task.yaml.j2 +++ b/roles/installer/templates/deployments/task.yaml.j2 @@ -442,7 +442,7 @@ spec: fsGroup: 1000 {% endif %} {% if security_context_settings|length %} - {{ security_context_settings | to_nice_yaml | indent(10) }} + {{ security_context_settings | to_nice_yaml | indent(8) }} {% endif %} {% endif %} {% if termination_grace_period_seconds is defined %}