aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-ve-vnfm-adapter/templates/deployment.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-06-11 06:11:38 +0000
committerGerrit Code Review <gerrit@onap.org>2021-06-11 06:11:38 +0000
commitb9cedf3c18234e9520a9ec093af0be782b673f0a (patch)
treeb8c47a76404023ee43f852154ec17aea527b52f8 /kubernetes/so/components/so-ve-vnfm-adapter/templates/deployment.yaml
parent601a630a60e08321baeb5a21aa345b6b0d016b0a (diff)
parent87f4622af43f313c1c62726c526e705b12bacc81 (diff)
Merge "[SO] Update chart with service account"
Diffstat (limited to 'kubernetes/so/components/so-ve-vnfm-adapter/templates/deployment.yaml')
-rwxr-xr-xkubernetes/so/components/so-ve-vnfm-adapter/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
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: {}