From 39bebe64ba9e2a2b9732037cccd9684014b0a14d Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 17 Oct 2023 23:13:44 +0200 Subject: [PATCH] Fix task deployment indention (#1596) (#1597) --- roles/installer/templates/deployments/task.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}