diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-11 06:13:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-11 06:13:54 +0000 |
commit | 64c2d941090b9a0ce5fe50410da2215df56ffa27 (patch) | |
tree | 02ac5d364d93741196e77be295dd65d7aa36f473 /kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml | |
parent | b9cedf3c18234e9520a9ec093af0be782b673f0a (diff) | |
parent | ffad032ca824606aa9c3f32f355d013e60f6142a (diff) |
Merge "[CDS] Update chart with service account"
Diffstat (limited to 'kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml')
-rwxr-xr-x | kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml b/kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml index c2e034204c..fd5265d2ce 100755 --- a/kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml +++ b/kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml @@ -190,6 +190,7 @@ spec: affinity: {{ toYaml .Values.affinity | indent 10 }} {{- end }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: localtime hostPath: |