From b3e25cae77bbb1d125d1ed405d6cde28a58b855b Mon Sep 17 00:00:00 2001 From: farida azmy Date: Wed, 27 Oct 2021 15:56:35 +0200 Subject: [OOF] Update chart with service account Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2872 Signed-off-by: farida azmy Change-Id: Id55593ca2103c962ad95925ae418cf143906ef50 --- kubernetes/oof/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/oof/templates/deployment.yaml') diff --git a/kubernetes/oof/templates/deployment.yaml b/kubernetes/oof/templates/deployment.yaml index 6f1022ba63..58ff39e1e5 100644 --- a/kubernetes/oof/templates/deployment.yaml +++ b/kubernetes/oof/templates/deployment.yaml @@ -133,7 +133,7 @@ spec: affinity: {{ toYaml .Values.affinity | indent 10 }} {{- end }} - + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: {{ include "common.certInitializer.volumes" . | nindent 8 }} - name: localtime -- cgit 1.2.3-korg