diff options
author | farida azmy <farida.azmy.ext@orange.com> | 2021-10-12 18:55:21 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-11-03 14:56:39 +0000 |
commit | 72513551b8489de68d2e1f20284b2f0962f6e514 (patch) | |
tree | 0d3e9d3f1e7dcf3c2275d6c14173b885ea2a06a6 /kubernetes/multicloud/components/multicloud-starlingx/templates/deployment.yaml | |
parent | dcaeb1a1320c1db4b4a84e99e7ab4a31dc84fa14 (diff) |
[MULTICLOUD] Update chart with service account
Add service account to requirements, values and deployment/statefulset
Issue-ID: OOM-2862
Signed-off-by: farida azmy <farida.azmy.ext@orange.com>
Change-Id: Ia20fb51256e20e6582a2b9e0d89159742992fea4
Diffstat (limited to 'kubernetes/multicloud/components/multicloud-starlingx/templates/deployment.yaml')
-rw-r--r-- | kubernetes/multicloud/components/multicloud-starlingx/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/multicloud/components/multicloud-starlingx/templates/deployment.yaml b/kubernetes/multicloud/components/multicloud-starlingx/templates/deployment.yaml index 5413327d0b..7c39bb7006 100644 --- a/kubernetes/multicloud/components/multicloud-starlingx/templates/deployment.yaml +++ b/kubernetes/multicloud/components/multicloud-starlingx/templates/deployment.yaml @@ -111,7 +111,7 @@ spec: subPath: config.json - mountPath: /data name: artifact-data - + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: starlingx-log emptyDir: {} |