From 01323c10b86cfa2baa5c90e096e976f80d87f3ed Mon Sep 17 00:00:00 2001 From: Guang Ya Liu Date: Mon, 11 Sep 2017 00:01:17 +0800 Subject: [PATCH] [stable/sapho] Use storageClassName for sapho. (#2032) --- stable/sapho/Chart.yaml | 2 +- stable/sapho/values.yaml | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/stable/sapho/Chart.yaml b/stable/sapho/Chart.yaml index 863b2d87fd..159fa102ad 100755 --- a/stable/sapho/Chart.yaml +++ b/stable/sapho/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A micro application development and integration platform that enables organizations to create and deliver secure micro applications that tie into existing business systems and track changes to key business data. name: sapho -version: 0.1.7 +version: 0.1.8 home: http://www.sapho.com icon: https://www.sapho.com/wp-content/uploads/2016/04/sapho-logotype.svg sources: diff --git a/stable/sapho/values.yaml b/stable/sapho/values.yaml index 8e948bec89..2b28656d7a 100644 --- a/stable/sapho/values.yaml +++ b/stable/sapho/values.yaml @@ -7,10 +7,14 @@ image: sapho/ops-docker-tomcat:8-jre8 mysql: persistence: enabled: true - ## If defined, volume.beta.kubernetes.io/storage-class: - ## Default: volume.alpha.kubernetes.io/storage-class: default + ## mysql data Persistent Volume Storage Class + ## If defined, storageClassName: + ## If set to "-", storageClassName: "", which disables dynamic provisioning + ## If undefined (the default) or set to null, no storageClassName spec is + ## set, choosing the default provisioner. (gp2 on AWS, standard on + ## GKE, AWS & OpenStack) ## - # storageClass: + # storageClass: "-" accessMode: ReadWriteOnce size: 8Gi resources: