From d75519694b887e39c6dc188d9caaa92dfd7925aa Mon Sep 17 00:00:00 2001 From: Chengfei Shang Date: Fri, 30 Mar 2018 15:19:03 +0800 Subject: [PATCH] fix typo: change recalim -> reclaim (#4524) --- stable/gocd/Chart.yaml | 2 +- stable/gocd/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/gocd/Chart.yaml b/stable/gocd/Chart.yaml index 3e297a2a6f..b5d14c8001 100644 --- a/stable/gocd/Chart.yaml +++ b/stable/gocd/Chart.yaml @@ -1,6 +1,6 @@ name: gocd home: https://www.gocd.org/ -version: 1.0.1 +version: 1.0.2 appVersion: 18.2.0 description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease. icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png diff --git a/stable/gocd/README.md b/stable/gocd/README.md index d9161898d3..a908833828 100644 --- a/stable/gocd/README.md +++ b/stable/gocd/README.md @@ -124,7 +124,7 @@ $ helm install --namespace gocd --name gocd-app -f values.yaml stable/gocd By default, the GoCD helm chart supports dynamic volume provisioning. This means that the standard storage class with a default provisioner provided by various cloud platforms used. Refer to the [Kubernetes blog](http://blog.kubernetes.io/2017/03/dynamic-provisioning-and-storage-classes-kubernetes.html) to know more about the default provisioners across platforms. -> **Note**: The recalim policy for most default volume provisioners is `delete`. This means that, the persistent volume provisioned using the default provisioner will be deleted along with the data when the PVC gets deleted. +> **Note**: The reclaim policy for most default volume provisioners is `delete`. This means that, the persistent volume provisioned using the default provisioner will be deleted along with the data when the PVC gets deleted. One can change the storage class to be used by overriding `server.persistence.storageClass` and `agent.persistence.storageClass` like below: