diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-06 14:26:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-06 14:26:04 +0000 |
commit | b25e952952db88f739dba11246bdf17ed785f6e5 (patch) | |
tree | a472d4ae6bbddbc63a697b31fcd8e21b3618fc3a /kubernetes/cli/templates/deployment.yaml | |
parent | 0866aa1ed5305ffa24fd718001ed72cc424f9e3e (diff) | |
parent | 11e021d103a564950f284f0940a45c23a6c5e102 (diff) |
Merge "[CLI] Update chart with service account"
Diffstat (limited to 'kubernetes/cli/templates/deployment.yaml')
-rw-r--r-- | kubernetes/cli/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/cli/templates/deployment.yaml b/kubernetes/cli/templates/deployment.yaml index 735308754f..0a3f967eee 100644 --- a/kubernetes/cli/templates/deployment.yaml +++ b/kubernetes/cli/templates/deployment.yaml @@ -75,6 +75,7 @@ spec: affinity: {{ toYaml .Values.affinity | indent 10 }} {{- end }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: {{ include "common.certInitializer.volumes" . | nindent 6 }} - name: lighttpd configMap: |