From 1c2f02149e620806d02aab3063983e67c15adf77 Mon Sep 17 00:00:00 2001 From: djkhl Date: Fri, 22 Nov 2024 11:29:47 +0100 Subject: [PATCH] fix typo --- charts/logprep/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/logprep/templates/deployment.yaml b/charts/logprep/templates/deployment.yaml index 72e6d9613..69740f179 100644 --- a/charts/logprep/templates/deployment.yaml +++ b/charts/logprep/templates/deployment.yaml @@ -20,7 +20,7 @@ spec: annotations: {{ toYaml .Values.podAnnotations| nindent 8 }} spec: - {{ - if .Values.podSecurityContext.enabled }} + {{- if .Values.podSecurityContext.enabled }} securityContext: {{- omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }} imagePullSecrets: