mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix typo: change recalim -> reclaim (#4524)
This commit is contained in:
committed by
k8s-ci-robot
parent
790ced1b1f
commit
d75519694b
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user