From f0d3ad522bd7e4a96673a26a4fbe7a87fc167b6f Mon Sep 17 00:00:00 2001 From: diwakar thyagaraj Date: Sun, 9 Aug 2020 16:03:18 +0000 Subject: [PATCH] Fix Indentation for Apparmor in cinder-volume Cron Job Change-Id: Ib0b0cfb46300eeb451b462bc37781e850361d63b Signed-off-by: diwakar thyagaraj --- cinder/templates/cron-job-cinder-volume-usage-audit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/templates/cron-job-cinder-volume-usage-audit.yaml b/cinder/templates/cron-job-cinder-volume-usage-audit.yaml index 632189d253..dc9cdaee77 100644 --- a/cinder/templates/cron-job-cinder-volume-usage-audit.yaml +++ b/cinder/templates/cron-job-cinder-volume-usage-audit.yaml @@ -45,7 +45,7 @@ spec: labels: {{ tuple $envAll "cinder" "volume-usage-audit" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 12 }} annotations: -{{ dict "envAll" $envAll "podName" $serviceAccountName "containerNames" (list "cinder-volume-usage-audit" "init") | include "helm-toolkit.snippets.kubernetes_mandatory_access_control_annotation" | indent 8 }} +{{ dict "envAll" $envAll "podName" $serviceAccountName "containerNames" (list "cinder-volume-usage-audit" "init") | include "helm-toolkit.snippets.kubernetes_mandatory_access_control_annotation" | indent 12 }} spec: {{ dict "envAll" $envAll "application" "volume_usage_audit" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 10 }} serviceAccountName: {{ $serviceAccountName }}