diff options
author | farida azmy <farida.azmy.ext@orange.com> | 2021-08-04 14:46:09 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-08-17 12:42:28 +0000 |
commit | 32c5ed84d336982b750bc17aa72e70006b413be4 (patch) | |
tree | 3bc2fc06324e2e9d9c2c3ea89e8a380ea120fe47 /kubernetes/sdnc/components/sdnc-prom/templates | |
parent | ccd3978371f0898a570e59edf2b43b44039fccec (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-prom/templates')
-rw-r--r-- | kubernetes/sdnc/components/sdnc-prom/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/sdnc/components/sdnc-prom/templates/deployment.yaml b/kubernetes/sdnc/components/sdnc-prom/templates/deployment.yaml index 4cf61f518e..803434cf09 100644 --- a/kubernetes/sdnc/components/sdnc-prom/templates/deployment.yaml +++ b/kubernetes/sdnc/components/sdnc-prom/templates/deployment.yaml @@ -69,6 +69,7 @@ spec: {{- if .Values.affinity }} affinity: {{ toYaml .Values.affinity | nindent 8 }} {{- end }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: localtime hostPath: |