You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by pi...@apache.org on 2021/03/09 02:53:27 UTC

[submarine] branch master updated: SUBMARINE-758. Resolve duplicate 'storage' key in values.yaml

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

pingsutw 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 cb16f70  SUBMARINE-758. Resolve duplicate 'storage' key in values.yaml
cb16f70 is described below

commit cb16f703bfb25943f8f2f38ca08fc13c4f28b069
Author: MortalHappiness <b0...@ntu.edu.tw>
AuthorDate: Tue Mar 2 16:38:10 2021 +0800

    SUBMARINE-758. Resolve duplicate 'storage' key in values.yaml
    
    ### What is this PR for?
    Fix bug: Duplicate key 'storage' in `values.yaml`.
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    
    https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-758
    
    ### How should this be tested?
    
    https://travis-ci.org/github/MortalHappiness/submarine/builds/761097136
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: MortalHappiness <b0...@ntu.edu.tw>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #527 from MortalHappiness/SUBMARINE-758 and squashes the following commits:
    
    da8f16f2 [MortalHappiness] SUBMARINE-758. Resolve duplicate 'storage' key in values.yaml
---
 helm-charts/submarine/values.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/helm-charts/submarine/values.yaml b/helm-charts/submarine/values.yaml
index 41327e2..9bb1d5a 100644
--- a/helm-charts/submarine/values.yaml
+++ b/helm-charts/submarine/values.yaml
@@ -33,12 +33,6 @@ submarine:
     dev: false # if true, restart database pod every time at helm upgrade
   traefik:
     enabled: true
-  storage:
-    type: host # "host" or "nfs"
-    host:
-      root: /.submarine/host
-    nfs:
-      ip: 10.96.0.2
   tensorboard:
     storage: 10Gi
     ingressPath: "/tensorboard"


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org