Skip to content

Commit

Permalink
Documentation adjusted for customizing the storage class for the PVC …
Browse files Browse the repository at this point in the history
…of pipelines

This commit adds a link to the k8s documentation for storage classes as a follow up for tektoncd#1148.
  • Loading branch information
Fabian-K committed Aug 6, 2019
1 parent ba25d4e commit d1054fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d1054fe

Please sign in to comment.