aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/components/sdnc-ansible-server/templates
diff options
context:
space:
mode:
authorfarida azmy <farida.azmy.ext@orange.com>2021-08-04 14:46:09 +0200
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-08-17 12:42:28 +0000
commit32c5ed84d336982b750bc17aa72e70006b413be4 (patch)
tree3bc2fc06324e2e9d9c2c3ea89e8a380ea120fe47 /kubernetes/sdnc/components/sdnc-ansible-server/templates
parentccd3978371f0898a570e59edf2b43b44039fccec (diff)
[SDNC] Update chart with service account
Add service account to chart Issue-ID: OOM-2719 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: I263f53a60e32867f61b2d85cc4dc8a78d9701449
Diffstat (limited to 'kubernetes/sdnc/components/sdnc-ansible-server/templates')
-rw-r--r--kubernetes/sdnc/components/sdnc-ansible-server/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/sdnc/components/sdnc-ansible-server/templates/deployment.yaml b/kubernetes/sdnc/components/sdnc-ansible-server/templates/deployment.yaml
index 3cfb5257ca..1f0dbdeced 100644
--- a/kubernetes/sdnc/components/sdnc-ansible-server/templates/deployment.yaml
+++ b/kubernetes/sdnc/components/sdnc-ansible-server/templates/deployment.yaml
@@ -101,6 +101,7 @@ spec:
{{- if .Values.affinity }}
affinity: {{ toYaml .Values.affinity | nindent 8 }}
{{- end }}
+ serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
volumes:
- name: localtime
hostPath: