From 4df1401c2fe43cc3d77fc9e6700d20e7b968e8c4 Mon Sep 17 00:00:00 2001 From: Jack Henschel <jack.henschel@cern.ch> Date: Thu, 30 Nov 2023 16:06:32 +0100 Subject: [PATCH] Remove duplicate resources from eos-credentials container --- el9/templates/deployment.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/el9/templates/deployment.yaml b/el9/templates/deployment.yaml index 63cb7a1..ffa97fd 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. -- GitLab