diff options
Diffstat (limited to 'kubernetes/so/components/so-ve-vnfm-adapter/values.yaml')
-rwxr-xr-x | kubernetes/so/components/so-ve-vnfm-adapter/values.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/so/components/so-ve-vnfm-adapter/values.yaml b/kubernetes/so/components/so-ve-vnfm-adapter/values.yaml index 08911aae76..c16c7d733f 100755 --- a/kubernetes/so/components/so-ve-vnfm-adapter/values.yaml +++ b/kubernetes/so/components/so-ve-vnfm-adapter/values.yaml @@ -76,6 +76,11 @@ nodeSelector: {} tolerations: [] affinity: {} +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: so-read + #Pods Service Account serviceAccount: nameOverride: so-ve-vnfm-adapter |