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-policy-handler/templates/deployment.yaml | |
parent | 193fd76e03c8edca83d1a548636c78d1c7d7a689 (diff) | |
parent | 37481801565c24fd5651a812adac5387f8e50e2f (diff) |
Merge "[DCAEGEN2] Update chart with service account"
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml b/kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml index 916c5f673f..b8c24355e6 100644 --- a/kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml +++ b/kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml @@ -145,6 +145,7 @@ spec: - mountPath: /usr/share/filebeat/filebeat.yml name: filebeat-conf subPath: filebeat.yml + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - emptyDir: {} name: component-log |