Add right to create pod forwarding for appmgr tiller 32/532/1
authorZhe Huang <zhehuang@research.att.com>
Thu, 18 Jul 2019 20:20:48 +0000 (16:20 -0400)
committerZhe Huang <zhehuang@research.att.com>
Thu, 18 Jul 2019 20:20:48 +0000 (16:20 -0400)
Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I5e4f54cde6b30a92c4bf4cb44034445083fdee03

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