aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/components/cds-sdc-listener/templates/deployment.yaml
diff options
context:
space:
mode:
authorfarida azmy <farida.azmy.ext@orange.com>2021-04-09 14:18:14 +0200
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-06-10 19:47:21 +0000
commitffad032ca824606aa9c3f32f355d013e60f6142a (patch)
tree83e268a2faa678da3bc8589e3af00c8fefaf3cfa /kubernetes/cds/components/cds-sdc-listener/templates/deployment.yaml
parent87411cc03c91a0ba7f26fcd9e7e4bd8afb75b24e (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-sdc-listener/templates/deployment.yaml')
-rw-r--r--kubernetes/cds/components/cds-sdc-listener/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/cds/components/cds-sdc-listener/templates/deployment.yaml b/kubernetes/cds/components/cds-sdc-listener/templates/deployment.yaml
index 7dca49c761..4ac847005e 100644
--- a/kubernetes/cds/components/cds-sdc-listener/templates/deployment.yaml
+++ b/kubernetes/cds/components/cds-sdc-listener/templates/deployment.yaml
@@ -94,6 +94,7 @@ spec:
affinity:
{{ toYaml .Values.affinity | indent 10 }}
{{- end }}
+ serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
volumes:
- name: {{ include "common.fullname" . }}-config
configMap: