summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/components/sdnc-web/templates/deployment.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-08-24 18:14:53 +0000
committerGerrit Code Review <gerrit@onap.org>2021-08-24 18:14:53 +0000
commit529604f9b5eccb8bb0953b8ee1c96634156a57d4 (patch)
treeeecc35a1d8a0073c13d942195ad7f86f8ea86592 /kubernetes/sdnc/components/sdnc-web/templates/deployment.yaml
parent3a7c442b92db8cf5c2fc8bbe26396f804f4acc92 (diff)
parent32c5ed84d336982b750bc17aa72e70006b413be4 (diff)
Merge "[SDNC] Update chart with service account"
Diffstat (limited to 'kubernetes/sdnc/components/sdnc-web/templates/deployment.yaml')
-rw-r--r--kubernetes/sdnc/components/sdnc-web/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/sdnc/components/sdnc-web/templates/deployment.yaml b/kubernetes/sdnc/components/sdnc-web/templates/deployment.yaml
index f168997d3f..21416c9b5f 100644
--- a/kubernetes/sdnc/components/sdnc-web/templates/deployment.yaml
+++ b/kubernetes/sdnc/components/sdnc-web/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: {{ include "common.certInitializer.volumes" . | nindent 6 }}
- name: localtime
hostPath: