diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-10-11 14:20:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-11 14:20:37 +0000 |
commit | fb34105beb50d9212c51e9fb75d144b271346f1c (patch) | |
tree | 1a360861d4f03f85cd0e07b67a13ba7d8ea9ba98 /kubernetes/dcaegen2/components/dcae-config-binding-service/templates | |
parent | 193fd76e03c8edca83d1a548636c78d1c7d7a689 (diff) | |
parent | 37481801565c24fd5651a812adac5387f8e50e2f (diff) |
Merge "[DCAEGEN2] Update chart with service account"
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-config-binding-service/templates')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-config-binding-service/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-config-binding-service/templates/deployment.yaml b/kubernetes/dcaegen2/components/dcae-config-binding-service/templates/deployment.yaml index 65d0b36927..c7e1d70030 100644 --- a/kubernetes/dcaegen2/components/dcae-config-binding-service/templates/deployment.yaml +++ b/kubernetes/dcaegen2/components/dcae-config-binding-service/templates/deployment.yaml @@ -167,6 +167,7 @@ spec: - name: {{ include "common.fullname" . }}-logs-i mountPath: /var/log/onap/config-binding-service {{ end }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: {{ include "common.fullname" . }}-fb-conf configMap: |