From 0a5f817a05820ce87d7b6f5f39c81819f6baffda Mon Sep 17 00:00:00 2001
From: Jack Henschel <jack.henschel@cern.ch>
Date: Thu, 18 Jul 2024 14:38:19 +0200
Subject: [PATCH] Fix pod annotations for EL9 deployments

---
 el9/templates/deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/el9/templates/deployment.yaml b/el9/templates/deployment.yaml
index ab9b391..492665e 100644
--- a/el9/templates/deployment.yaml
+++ b/el9/templates/deployment.yaml
@@ -61,7 +61,7 @@ spec:
         checksum/httpd-server-config: {{ include (print $.Template.BasePath "/httpd-configmap.yaml") . | sha256sum }}
         checksum/php-config: {{ include (print $.Template.BasePath "/php-configmap.yaml") . | sha256sum }}
         checksum/php-fpm-config: {{ include (print $.Template.BasePath "/php-fpm-configmap.yaml") . | sha256sum }}
-        checksum/php-fpm-config: {{ include (print $.Template.BasePath "/php-fpm-pool-configmap.yaml") . | sha256sum }}
+        checksum/php-fpm-pool-config: {{ include (print $.Template.BasePath "/php-fpm-pool-configmap.yaml") . | sha256sum }}
         checksum/mail-config: {{ include (print $.Template.BasePath "/mail-configmap.yaml") . | sha256sum }}
     spec:
       {{- if .Values.nodeSelector }}
-- 
GitLab