From e273f78d8b8b5eb418535e2c837fe908faa95f2d Mon Sep 17 00:00:00 2001 From: farida azmy Date: Sat, 2 Oct 2021 16:04:52 +0200 Subject: [CONTRIB] Update chart with service account Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2848 Signed-off-by: farida azmy Change-Id: Ide9dc7237dfe87c71a868274f5f102b7b17ac9e5 --- kubernetes/contrib/components/ejbca/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/contrib/components/ejbca/templates') diff --git a/kubernetes/contrib/components/ejbca/templates/deployment.yaml b/kubernetes/contrib/components/ejbca/templates/deployment.yaml index fc163ee2e2..6bd5b259ea 100644 --- a/kubernetes/contrib/components/ejbca/templates/deployment.yaml +++ b/kubernetes/contrib/components/ejbca/templates/deployment.yaml @@ -94,6 +94,7 @@ spec: affinity: {{ toYaml .Values.affinity | nindent 10 }} {{- end }} resources: {{ include "common.resources" . | nindent 10 }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - configMap: name: "{{ include "common.fullname" . }}-config-script" -- cgit 1.2.3-korg