You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/install.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ The PVC option can be configured using a ConfigMap with the name
109
109
`config-artifact-pvc` and the following attributes:
110
110
111
111
- 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.
113
113
114
114
The GCS storage bucket can be configured using a ConfigMap with the name
115
115
`config-artifact-bucket` with the following attributes:
0 commit comments