Skip to content

Commit d1054fe

Browse files
committed
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 tektoncd#1148.
1 parent ba25d4e commit d1054fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The PVC option can be configured using a ConfigMap with the name
109109
`config-artifact-pvc` and the following attributes:
110110

111111
- size: the size of the volume (5Gi by default)
112-
- storageClassName: the storage class of the volume (default storage class by default)
112+
- 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.
113113

114114
The GCS storage bucket can be configured using a ConfigMap with the name
115115
`config-artifact-bucket` with the following attributes:

0 commit comments

Comments
 (0)