From e3f4f4ab87178c5032487758ac150c13b5fe49ae Mon Sep 17 00:00:00 2001 From: Fabian-K Date: Tue, 6 Aug 2019 10:25:22 +0200 Subject: [PATCH] Documentation adjusted for customizing the storage class for the PVC of pipelines This commit adds a link to the k8s documentation for storage classes as a follow up for #1148. --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index d9bd0a6f1e5..5286d0fcbbc 100644 --- a/docs/install.md +++ b/docs/install.md @@ -109,7 +109,7 @@ The PVC option can be configured using a ConfigMap with the name `config-artifact-pvc` and the following attributes: - size: the size of the volume (5Gi by default) -- storageClassName: the storage class of the volume (default storage class by default) +- storageClassName: the [storage class](https://kubernetes.io/docs/concepts/storage/storage-classes/) of the volume (default storage class by default). The possible values depend on the cluster configuration and the underlying infrastructure provider. The GCS storage bucket can be configured using a ConfigMap with the name `config-artifact-bucket` with the following attributes: