diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-11 06:11:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-11 06:11:02 +0000 |
commit | 601a630a60e08321baeb5a21aa345b6b0d016b0a (patch) | |
tree | fbfacbbc7ead6fe18ff53024b5851829cbf87d28 /kubernetes/common/dgbuilder/templates/deployment.yaml | |
parent | 66dca20a1190aff68ab58ffe33db27baffa59227 (diff) | |
parent | dc9aef0ad9e69059d31bf901b35298f27134623a (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.yaml | 1 |
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 |