diff options
author | farida azmy <farida.azmy.ext@orange.com> | 2021-10-18 13:06:52 +0200 |
---|---|---|
committer | Farida Azmy <farida.azmy.ext@orange.com> | 2021-10-27 14:17:24 +0000 |
commit | 37c9876d4a6920eca6c7bef5ba0827425cc63643 (patch) | |
tree | ea824d1d31e63517d5cfe028e8330159fac11bab /kubernetes/nbi/templates | |
parent | be7507986bba8d940c2fa1769d6b1bf4ad4d1639 (diff) |
[NBI] Update chart with service account
Add service account to requirements, values and deployment/statefulset
Issue-ID: OOM-2867
Signed-off-by: farida azmy <farida.azmy.ext@orange.com>
Change-Id: I63aa457b22c798b481bcca7cc33ca592d7eca0b9
Diffstat (limited to 'kubernetes/nbi/templates')
-rw-r--r-- | kubernetes/nbi/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/nbi/templates/deployment.yaml b/kubernetes/nbi/templates/deployment.yaml index d5f209e94a..b9ed35b0f7 100644 --- a/kubernetes/nbi/templates/deployment.yaml +++ b/kubernetes/nbi/templates/deployment.yaml @@ -146,6 +146,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 hostPath: |