diff --git a/el9/templates/deployment.yaml b/el9/templates/deployment.yaml index ab9b391e40dd9a2c9fa304311f8dee888da1d37c..492665e903c12b9c30d3485a726d5c6408034535 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 }}