diff options
author | farida azmy <farida.azmy.ext@orange.com> | 2021-04-09 14:18:14 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-10 19:47:21 +0000 |
commit | ffad032ca824606aa9c3f32f355d013e60f6142a (patch) | |
tree | 83e268a2faa678da3bc8589e3af00c8fefaf3cfa /kubernetes/cds/components/cds-ui/templates/deployment.yaml | |
parent | 87411cc03c91a0ba7f26fcd9e7e4bd8afb75b24e (diff) |
[CDS] Update chart with service account
Add service account to requirements.yaml, values.yaml and deployment/statefulset
Issue-ID: OOM-2723
Signed-off-by: farida azmy <farida.azmy.ext@orange.com>
Change-Id: Ic254ec1865501bab90f47d07a37b230c228a7446
Diffstat (limited to 'kubernetes/cds/components/cds-ui/templates/deployment.yaml')
-rw-r--r-- | kubernetes/cds/components/cds-ui/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/cds/components/cds-ui/templates/deployment.yaml b/kubernetes/cds/components/cds-ui/templates/deployment.yaml index 359c713ed4..6457ce3736 100644 --- a/kubernetes/cds/components/cds-ui/templates/deployment.yaml +++ b/kubernetes/cds/components/cds-ui/templates/deployment.yaml @@ -99,6 +99,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: |