Add serviceaccount support to common and appmgr 00/500/2
authordave kormann <dk3239@att.com>
Thu, 11 Jul 2019 15:07:08 +0000 (11:07 -0400)
committerdave kormann <dk3239@att.com>
Thu, 11 Jul 2019 22:40:45 +0000 (18:40 -0400)
commitfb1483d09cc5deba80360184fb4f91b526f57c53
tree40258fa39b809ac3d928b9bbe3be24eb51063f7b
parentf127b33c7ac113cf0544f3685d9ba4b631cc2e00
Add serviceaccount support to common and appmgr

This change adds a serviceaccount to the appmgr helm chart with explicit
permission to list pods in the namespace where it expects to find its
tiller; this is to handle the case where the default serviceaccount is
not allowed to list pods.

To support his, service account name support was added to the common
chart.

signed-off-by: dave kormann <dk3239@att.com>
Change-Id: Ia1c46ebbaf5d22731d657858b56efcef8d13d5f5
ric-common/Common-Template/helm/ric-common/templates/_serviceaccountname.tpl [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/appmgr/templates/deployment.yaml
ric-platform/50-RIC-Platform/helm/appmgr/templates/serviceaccount.yaml [new file with mode: 0644]