diff --git a/el9/templates/deployment.yaml b/el9/templates/deployment.yaml
index 63cb7a16b285f797ccbeebaadb5637950e2c096d..ffa97fd5cd21cb5a10dc9e8a615a853f268f617e 100644
--- a/el9/templates/deployment.yaml
+++ b/el9/templates/deployment.yaml
@@ -223,9 +223,6 @@ spec:
               secretKeyRef:
                 name: {{ .Values.keytabSecretName }}
                 key: password
-          {{- if .Values.containers.eoscredentials.resources }}
-          resources: {{- toYaml .Values.containers.eoscredentials.resources | nindent 12 }}
-          {{- end }}
           securityContext:
             # This is the UID that is going to own the kerberos credential cache file, for httpd worker processes to access EOS
             # it must match `apache` user UID that can be found in /etc/passwd of the webeos-container image.