fix typo: change recalim -> reclaim (#4524)

This commit is contained in:
Chengfei Shang
2018-03-30 00:19:03 -07:00
committed by k8s-ci-robot
parent 790ced1b1f
commit d75519694b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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: