summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/dgbuilder/templates/deployment.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-06-11 06:11:02 +0000
committerGerrit Code Review <gerrit@onap.org>2021-06-11 06:11:02 +0000
commit601a630a60e08321baeb5a21aa345b6b0d016b0a (patch)
treefbfacbbc7ead6fe18ff53024b5851829cbf87d28 /kubernetes/common/dgbuilder/templates/deployment.yaml
parent66dca20a1190aff68ab58ffe33db27baffa59227 (diff)
parentdc9aef0ad9e69059d31bf901b35298f27134623a (diff)
Merge "[COMMON][DGBUILDER] Update chart with service account"
Diffstat (limited to 'kubernetes/common/dgbuilder/templates/deployment.yaml')
-rw-r--r--kubernetes/common/dgbuilder/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/common/dgbuilder/templates/deployment.yaml b/kubernetes/common/dgbuilder/templates/deployment.yaml
index ad3e4cf128..6538ad0836 100644
--- a/kubernetes/common/dgbuilder/templates/deployment.yaml
+++ b/kubernetes/common/dgbuilder/templates/deployment.yaml
@@ -128,6 +128,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