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=6164f73d29f3fbe0c35662516fa76c7d03e61cee;hb=3e9e24f24bd3d49cb64b3d62fd13ba36c3fc48d7;hp=8dbb63c7b42f978e687d672e2ff10ab5a094c682;hpb=6cacc1f18011ec5a71e32fe09e406ed13c8603b5;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 8dbb63c7..6164f73d 100644 --- a/ric-platform/50-RIC-Platform/helm/appmgr/templates/serviceaccount.yaml +++ b/ric-platform/50-RIC-Platform/helm/appmgr/templates/serviceaccount.yaml @@ -12,8 +12,8 @@ metadata: namespace: {{ include "common.helmrepositorytillernamespace" . }} rules: - apiGroups: [""] - resources: ["pods"] - verbs: ["get", "list"] + resources: ["pods", "pods/portforward"] + verbs: ["get", "list", "create"] --- apiVersion: rbac.authorization.k8s.io/v1beta1 kind: RoleBinding