From 0ba0651ecdeb4027902ef799ee764e10c1cad84d Mon Sep 17 00:00:00 2001
From: cdikonim <chrysoula.dikonimaki@cern.ch>
Date: Tue, 25 Mar 2025 13:59:02 +0100
Subject: [PATCH] fix

---
 el9/templates/deployment.yaml | 1 +
 el9/values.yaml               | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/el9/templates/deployment.yaml b/el9/templates/deployment.yaml
index 03bf042..047ed56 100644
--- a/el9/templates/deployment.yaml
+++ b/el9/templates/deployment.yaml
@@ -68,6 +68,7 @@ spec:
       {{- if .Values.securityContext }}
       securityContext: {{- .Values.securityContext | toYaml | nindent 8 }}
       {{- end }}
+      {{- end }}
       nodeSelector: {{- .Values.nodeSelector | toYaml | nindent 8 }}
       {{- end }}
       {{- if .Values.tolerations }}
diff --git a/el9/values.yaml b/el9/values.yaml
index b5878b4..bc88662 100644
--- a/el9/values.yaml
+++ b/el9/values.yaml
@@ -251,4 +251,4 @@ podLabels: {}
 extraVolumes: []
 extraVolumeMounts: []
 
-securityContext: {}
\ No newline at end of file
+securityContext: {}
-- 
GitLab