From 87f4622af43f313c1c62726c526e705b12bacc81 Mon Sep 17 00:00:00 2001 From: farida azmy Date: Tue, 6 Apr 2021 15:25:15 +0200 Subject: [SO] Update chart with service account Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2718 Signed-off-by: farida azmy Change-Id: Ic17b8d9307216a7feeceefe6a1e6f0fe4839a637 --- kubernetes/so/components/so-ve-vnfm-adapter/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/so/components/so-ve-vnfm-adapter/templates/deployment.yaml') diff --git a/kubernetes/so/components/so-ve-vnfm-adapter/templates/deployment.yaml b/kubernetes/so/components/so-ve-vnfm-adapter/templates/deployment.yaml index ac4f574bec..9a6b79c440 100755 --- a/kubernetes/so/components/so-ve-vnfm-adapter/templates/deployment.yaml +++ b/kubernetes/so/components/so-ve-vnfm-adapter/templates/deployment.yaml @@ -48,6 +48,7 @@ spec: successThreshold: {{ .Values.livenessProbe.successThreshold}} failureThreshold: {{ .Values.livenessProbe.failureThreshold}} ports: {{- include "common.containerPorts" . | nindent 10 }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: {{ include "so.certificate.volumes" . | nindent 8 }} - name: logs emptyDir: {} -- cgit 1.2.3-korg