summaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud/templates
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-11-04 08:35:29 +0000
committerGerrit Code Review <gerrit@onap.org>2021-11-04 08:35:29 +0000
commitfe6e6f63ab60274f56ba3a1a93816bead266faa4 (patch)
tree24bd23135e6d25825431fa057afd1281701d9735 /kubernetes/multicloud/templates
parent0be98332f1b0abef6f8877f1cdae95a06901c377 (diff)
parent72513551b8489de68d2e1f20284b2f0962f6e514 (diff)
Merge "[MULTICLOUD] Update chart with service account"
Diffstat (limited to 'kubernetes/multicloud/templates')
-rw-r--r--kubernetes/multicloud/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/multicloud/templates/deployment.yaml b/kubernetes/multicloud/templates/deployment.yaml
index a5b8297e2f..34fe6224bc 100644
--- a/kubernetes/multicloud/templates/deployment.yaml
+++ b/kubernetes/multicloud/templates/deployment.yaml
@@ -100,6 +100,7 @@ spec:
name: framework-log
- mountPath: /usr/share/filebeat/data
name: framework-data-filebeat
+ serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
volumes:
- name: framework-log
emptyDir: {}