You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by yw...@apache.org on 2019/10/24 04:44:28 UTC

[bigtop] branch cnb updated: BIGTOP-3262: Use default storageClass (addendum)

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

ywkim pushed a commit to branch cnb
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/cnb by this push:
     new 57bdb21  BIGTOP-3262: Use default storageClass (addendum)
57bdb21 is described below

commit 57bdb219390081e2f5ef2f45d1fed4418cb782dc
Author: Youngwoo Kim <yw...@apache.org>
AuthorDate: Thu Oct 24 13:39:21 2019 +0900

    BIGTOP-3262: Use default storageClass (addendum)
---
 storage/minio/values.yaml            | 1 -
 storage/rook/minio/object-store.yaml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/storage/minio/values.yaml b/storage/minio/values.yaml
index 272e64a..a463a66 100644
--- a/storage/minio/values.yaml
+++ b/storage/minio/values.yaml
@@ -84,7 +84,6 @@ persistence:
   ## If the PV uses a different storage class, specify that here.
   # storageClass: standard
   # VolumeName: ""
-  storageClass: "rook-ceph-block"
 
   accessMode: ReadWriteOnce
   size: 10Gi
diff --git a/storage/rook/minio/object-store.yaml b/storage/rook/minio/object-store.yaml
index e40cf24..3bc6710 100644
--- a/storage/rook/minio/object-store.yaml
+++ b/storage/rook/minio/object-store.yaml
@@ -32,7 +32,6 @@ spec:
         accessModes: [ "ReadWriteOnce" ]
         # Set the storage class that will be used, otherwise Kubernetes' default storage class will be used.
         #storageClassName: "my-storage-class"
-        storageClassName: "rook-ceph-block"
         resources:
           requests:
             storage: "8Gi"