diff options
author | 2021-10-11 14:20:37 +0000 | |
---|---|---|
committer | 2021-10-11 14:20:37 +0000 | |
commit | fb34105beb50d9212c51e9fb75d144b271346f1c (patch) | |
tree | 1a360861d4f03f85cd0e07b67a13ba7d8ea9ba98 /kubernetes/dcaegen2/components/dcae-bootstrap/templates | |
parent | 193fd76e03c8edca83d1a548636c78d1c7d7a689 (diff) | |
parent | 37481801565c24fd5651a812adac5387f8e50e2f (diff) |
Merge "[DCAEGEN2] Update chart with service account"
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-bootstrap/templates')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-bootstrap/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-bootstrap/templates/deployment.yaml b/kubernetes/dcaegen2/components/dcae-bootstrap/templates/deployment.yaml index d95883ab09..4addb2b863 100644 --- a/kubernetes/dcaegen2/components/dcae-bootstrap/templates/deployment.yaml +++ b/kubernetes/dcaegen2/components/dcae-bootstrap/templates/deployment.yaml @@ -136,6 +136,7 @@ spec: value: {{ .Values.dcae_ns | default "" }} - name: ONAP_NAMESPACE value: {{ include "common.namespace" . }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: {{ include "common.fullname" . }}-dcae-inputs-input configMap: |