diff options
author | 2021-06-11 06:09:23 +0000 | |
---|---|---|
committer | 2021-06-11 06:09:23 +0000 | |
commit | 66dca20a1190aff68ab58ffe33db27baffa59227 (patch) | |
tree | db8390f3bab1c712a1567bae73efbcf8655df4ba /kubernetes/sdc/components/sdc-wfd-be/templates/deployment.yaml | |
parent | 5ab73f09cd6258b487a97b17981d638be51d3c1d (diff) | |
parent | 1383b4c295530f8e7288987ad919ab8790a22a6f (diff) |
Merge "[SDC] Update chart with service account"
Diffstat (limited to 'kubernetes/sdc/components/sdc-wfd-be/templates/deployment.yaml')
-rw-r--r-- | kubernetes/sdc/components/sdc-wfd-be/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/sdc/components/sdc-wfd-be/templates/deployment.yaml b/kubernetes/sdc/components/sdc-wfd-be/templates/deployment.yaml index de75092f8a..343bda8ff9 100644 --- a/kubernetes/sdc/components/sdc-wfd-be/templates/deployment.yaml +++ b/kubernetes/sdc/components/sdc-wfd-be/templates/deployment.yaml @@ -144,6 +144,7 @@ spec: value: "{{ .Values.config.serverSSLTrustStoreType }}" volumeMounts: {{ include "common.certInitializer.volumeMount" . | nindent 10 }} resources: {{ include "common.resources" . | nindent 12 }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: {{ include "common.certInitializer.volumes" . | nindent 8 }} imagePullSecrets: - name: "{{ include "common.namespace" . }}-docker-registry-key" |