aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/components/cds-py-executor/templates
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-py-executor/templates
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-py-executor/templates')
-rwxr-xr-xkubernetes/cds/components/cds-py-executor/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/cds/components/cds-py-executor/templates/deployment.yaml b/kubernetes/cds/components/cds-py-executor/templates/deployment.yaml
index d7b2959fcb..754e0d0f50 100755
--- a/kubernetes/cds/components/cds-py-executor/templates/deployment.yaml
+++ b/kubernetes/cds/components/cds-py-executor/templates/deployment.yaml
@@ -78,6 +78,7 @@ spec:
affinity:
{{ toYaml .Values.affinity | nindent 10 }}
{{- end }}
+ serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
volumes:
- name: localtime
hostPath: