diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-11 06:09:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-11 06:09:23 +0000 |
commit | 66dca20a1190aff68ab58ffe33db27baffa59227 (patch) | |
tree | db8390f3bab1c712a1567bae73efbcf8655df4ba /kubernetes/sdc/components/sdc-cs/templates/job.yaml | |
parent | 5ab73f09cd6258b487a97b17981d638be51d3c1d (diff) | |
parent | 1383b4c295530f8e7288987ad919ab8790a22a6f (diff) |
Merge "[SDC] Update chart with service account"
Diffstat (limited to 'kubernetes/sdc/components/sdc-cs/templates/job.yaml')
-rw-r--r-- | kubernetes/sdc/components/sdc-cs/templates/job.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/sdc/components/sdc-cs/templates/job.yaml b/kubernetes/sdc/components/sdc-cs/templates/job.yaml index bb218bbfae..fb849b9f25 100644 --- a/kubernetes/sdc/components/sdc-cs/templates/job.yaml +++ b/kubernetes/sdc/components/sdc-cs/templates/job.yaml @@ -96,6 +96,7 @@ spec: requests: cpu: 200m memory: 300Mi + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: {{ include "common.fullname" . }}-environments configMap: |