X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fappmgr%2Ftemplates%2Fserviceaccount.yaml;h=407fb1fe0aa5cd76e3619e388f75242fcb273379;hb=06a767f6079e6fa72514bf8bd0758c183b537da9;hp=c873e302d6aa3ced8349764ffd0eecd7fe64a86b;hpb=33cdc684a7e95002533bc1480138543653c114b4;p=ric-plt%2Fric-dep.git diff --git a/helm/appmgr/templates/serviceaccount.yaml b/helm/appmgr/templates/serviceaccount.yaml index c873e30..407fb1f 100644 --- a/helm/appmgr/templates/serviceaccount.yaml +++ b/helm/appmgr/templates/serviceaccount.yaml @@ -65,7 +65,7 @@ metadata: namespace: {{ include "common.tillerNameSpace" $ctx }} rules: - apiGroups: [""] - resources: ["configmaps", "endpoints"] + resources: ["configmaps", "endpoints", "services"] verbs: ["get", "list", "create", "update", "delete"] --- apiVersion: rbac.authorization.k8s.io/v1beta1 @@ -80,4 +80,4 @@ roleRef: subjects: - kind: ServiceAccount name: {{ include "common.serviceaccountname.appmgr" . }} - namespace: {{ include "common.namespace.platform" . }} \ No newline at end of file + namespace: {{ include "common.namespace.platform" . }}