This is an automated email from the ASF dual-hosted git repository.

liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b3f353  SUBMARINE-668. Experiment output is Null
3b3f353 is described below

commit 3b3f353f5350214aff55f01cebac5599de0a3632
Author: Ryan Lo <[email protected]>
AuthorDate: Wed Nov 4 14:17:57 2020 +0800

    SUBMARINE-668. Experiment output is Null
    
    ### What is this PR for?
    Fix the bug : Experiment output is Null
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    
[SUBMARINE-668](https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-668)
    
    ### How should this be tested?
    [travis 
ci](https://travis-ci.org/github/lowc1012/submarine/builds/741317990)
    
    ### Screenshots (if appropriate)
    <img width="1372" alt="img" 
src="https://user-images.githubusercontent.com/52355146/98078225-a8cac000-1eac-11eb-826c-19192af06ada.png";>
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Ryan Lo <[email protected]>
    
    Closes #448 from lowc1012/SUBMARINE-668 and squashes the following commits:
    
    0bbc94b [Ryan Lo] SUBMARINE-668. Experiment output is Null
---
 helm-charts/submarine/templates/rbac.yaml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/helm-charts/submarine/templates/rbac.yaml 
b/helm-charts/submarine/templates/rbac.yaml
index 36015a8..acad2e1 100644
--- a/helm-charts/submarine/templates/rbac.yaml
+++ b/helm-charts/submarine/templates/rbac.yaml
@@ -51,7 +51,13 @@ rules:
   - deletecollection
   - patch
   - update
-
+- apiGroups:
+  - ""
+  resources:
+  - pods
+  - pods/log
+  verbs:
+  - '*'
 ---
 kind: ClusterRoleBinding
 apiVersion: rbac.authorization.k8s.io/v1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to