From 3e9e24f24bd3d49cb64b3d62fd13ba36c3fc48d7 Mon Sep 17 00:00:00 2001 From: Zhe Huang Date: Thu, 18 Jul 2019 16:20:48 -0400 Subject: [PATCH] Add right to create pod forwarding for appmgr tiller Signed-off-by: Zhe Huang Change-Id: I5e4f54cde6b30a92c4bf4cb44034445083fdee03 --- .../50-RIC-Platform/helm/appmgr/templates/serviceaccount.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6