fix typo in gocd (#4747)

This commit is contained in:
cheyang
2018-04-07 06:15:07 -07:00
committed by k8s-ci-robot
parent 2f2e9a22ba
commit c966bc0865
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: 0.2.4
version: 0.2.5
appVersion: 18.1.0
description: DEPRECATED 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.svg
+1 -1
View File
@@ -126,7 +126,7 @@ $ helm install --namespace gocd --name gocd-app -f values.yaml incubator/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: