X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fappmgr%2Ftemplates%2Fserviceaccount.yaml;h=96da29abb20efb1c125986c0bdffeaf1baa3b6e3;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=4fd198bc7489e79bbb6f31c6cb8df35e2dedb803;hpb=f1e9d069ec4ae0e35202b1d508f2652986036342;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/appmgr/templates/serviceaccount.yaml b/ric-platform/50-RIC-Platform/helm/appmgr/templates/serviceaccount.yaml index 4fd198bc..96da29ab 100644 --- a/ric-platform/50-RIC-Platform/helm/appmgr/templates/serviceaccount.yaml +++ b/ric-platform/50-RIC-Platform/helm/appmgr/templates/serviceaccount.yaml @@ -48,7 +48,7 @@ metadata: namespace: {{ include "common.tillerNameSpace" $ctx }} rules: - apiGroups: [""] - resources: ["configmaps"] + resources: ["configmaps", "endpoints"] verbs: ["get"] --- apiVersion: rbac.authorization.k8s.io/v1beta1