Merge "Add right to create pod forwarding for appmgr tiller"
authorLusheng Ji <lji@research.att.com>
Tue, 23 Jul 2019 15:04:32 +0000 (15:04 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Tue, 23 Jul 2019 15:04:32 +0000 (15:04 +0000)
ric-platform/50-RIC-Platform/helm/appmgr/templates/serviceaccount.yaml

index 8dbb63c..6164f73 100644 (file)
@@ -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